Add qt PATH_SUFFIXES to find QScintilla2 includes; match conda-forge qt

For builds using dependencies from conda-forge, also search in qt
recipe's include path at <prefix>/include/qt
This commit is contained in:
Larry Shaffer 2018-10-03 13:46:17 -06:00 committed by Larry Shaffer
parent 9cae77f262
commit 2069dc7a97

View File

@ -56,6 +56,7 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
"${QT_INCLUDE_DIR}"
/usr/local/include
/usr/include
PATH_SUFFIXES qt
)
IF(QSCINTILLA_LIBRARY AND QSCINTILLA_INCLUDE_DIR)