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/FindOpenSubdiv.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/FindOpenSubdiv.cmake')
-rw-r--r--build_files/cmake/Modules/FindOpenSubdiv.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_files/cmake/Modules/FindOpenSubdiv.cmake b/build_files/cmake/Modules/FindOpenSubdiv.cmake
index 3fca453a7a0..d7a8567a399 100644
--- a/build_files/cmake/Modules/FindOpenSubdiv.cmake
+++ b/build_files/cmake/Modules/FindOpenSubdiv.cmake
@@ -34,9 +34,6 @@ SET(_opensubdiv_FIND_COMPONENTS
SET(_opensubdiv_SEARCH_DIRS
${OPENSUBDIV_ROOT_DIR}
- /usr/local
- /sw # Fink
- /opt/local # DarwinPorts
/opt/lib/opensubdiv
/opt/lib/osd # install_deps.sh
)