Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-05 17:16:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-05 17:23:22 +0300
commit87c18fbbc532fd7e92eeec209a3ff559757548eb (patch)
treeeaf062994010915d5419fd1c29b578d27c138927 /build_files/cmake/Modules/FindGflags.cmake
parentdb0121a0099836113e7babe7f006e99e4f6ed69f (diff)
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'.
Diffstat (limited to 'build_files/cmake/Modules/FindGflags.cmake')
-rw-r--r--build_files/cmake/Modules/FindGflags.cmake2
1 files changed, 0 insertions, 2 deletions
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).