summaryrefslogtreecommitdiffstats
path: root/Modules/FindGDAL.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-03-28 22:51:06 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2012-08-14 19:03:23 (GMT)
commitcfe4ac4b417b80fb657c8de3b43a29e12a558d82 (patch)
tree6ca43a847abcf2e4687f5d00e10673b9e429d5e4 /Modules/FindGDAL.cmake
parentb04650e163320353762b6ec196afa9500345b5cd (diff)
downloadCMake-cfe4ac4b417b80fb657c8de3b43a29e12a558d82.zip
CMake-cfe4ac4b417b80fb657c8de3b43a29e12a558d82.tar.gz
CMake-cfe4ac4b417b80fb657c8de3b43a29e12a558d82.tar.bz2
use PATH_SUFFIXES to simplify find_* calls
Especially remove "lib64" when the given paths are all Unix ones and "lib" is also explicitely given. In that case CMake will search "lib64" anyway for platforms where it is known to make sense.
Diffstat (limited to 'Modules/FindGDAL.cmake')
-rw-r--r--Modules/FindGDAL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGDAL.cmake b/Modules/FindGDAL.cmake
index b620ab1..6e89847 100644
--- a/Modules/FindGDAL.cmake
+++ b/Modules/FindGDAL.cmake
@@ -91,7 +91,7 @@ find_library(GDAL_LIBRARY
ENV GDAL_DIR
ENV GDAL_ROOT
${_gdal_libpath}
- PATH_SUFFIXES lib64 lib
+ PATH_SUFFIXES lib
PATHS
/sw
/opt/local