From 87c18fbbc532fd7e92eeec209a3ff559757548eb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Feb 2020 01:16:55 +1100 Subject: CMake: remove non-standard package search paths Reduce the number of possible locations used to find libraries, to simplify troubleshooting. Only keep '*_ROOT_DIR' and the path used by 'install_deps.sh'. --- build_files/cmake/Modules/FindGflags.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'build_files/cmake/Modules/FindGflags.cmake') diff --git a/build_files/cmake/Modules/FindGflags.cmake b/build_files/cmake/Modules/FindGflags.cmake index 31d951318c8..71a05b423ed 100644 --- a/build_files/cmake/Modules/FindGflags.cmake +++ b/build_files/cmake/Modules/FindGflags.cmake @@ -444,7 +444,6 @@ if(NOT GFLAGS_FOUND) /opt/local/var/macports/software # Mac OS X. /opt/local/include /usr/include - /sw/include # Fink /opt/lib/gflags/include) list(APPEND GFLAGS_CHECK_PATH_SUFFIXES @@ -457,7 +456,6 @@ if(NOT GFLAGS_FOUND) /usr/local/homebrew/lib # Mac OS X. /opt/local/lib /usr/lib - /sw/lib # Fink /opt/lib/gflags/lib) list(APPEND GFLAGS_CHECK_LIBRARY_SUFFIXES gflags/lib # Windows (for C:/Program Files prefix). -- cgit v1.2.3