Skip to content

Commit

Permalink
Address typos, allow building with QGIS in a special prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixpol authored and manisandro committed Mar 29, 2020
1 parent 35af05b commit 9ba17c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindQGIS.cmake
Expand Up @@ -122,7 +122,7 @@ ELSE(WIN32)
PATHS
${QGIS_BUILD_PATH}/output/lib/qgis_core.framework/Headers
${QGIS_MAC_PATH}/Frameworks/qgis_core.framework/Headers
{QGIS_PREFIX_PATH}/include/qgis
${QGIS_PREFIX_PATH}/include/qgis
/usr/include/qgis
/usr/local/include/qgis
/Library/Frameworks/qgis_core.framework/Headers
Expand All @@ -133,7 +133,7 @@ ELSE(WIN32)
PATHS
${QGIS_BUILD_PATH}/src/ui
${QGIS_MAC_PATH}/Frameworks/qgis_gui.framework/Headers
{QGIS_PREFIX_PATH}/include/qgis
${QGIS_PREFIX_PATH}/include/qgis
/usr/include/qgis
/usr/local/include/qgis
/Library/Frameworks/qgis_gui.framework/Headers
Expand Down

0 comments on commit 9ba17c0

Please sign in to comment.