We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1620a17 commit bce7ff6Copy full SHA for bce7ff6
cmake/FindGDAL.cmake
@@ -38,8 +38,10 @@ ELSE(WIN32)
38
ENDIF (APPLE)
39
40
SET(GDAL_CONFIG_PREFER_PATH "$ENV{GDAL_HOME}/bin" CACHE STRING "preferred path to GDAL (gdal-config)")
41
+ SET(GDAL_CONFIG_PREFER_FWTOOLS_PATH "$ENV{FWTOOLS_HOME}/bin_safe" CACHE STRING "preferred path to GDAL (gdal-config) from FWTools")
42
FIND_PROGRAM(GDAL_CONFIG gdal-config
43
${GDAL_CONFIG_PREFER_PATH}
44
+ ${GDAL_CONFIG_PREFER_FWTOOLS_PATH}
45
${GDAL_MAC_PATH}
46
/usr/local/bin/
47
/usr/bin/
0 commit comments