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/FindUSD.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/FindUSD.cmake')
-rw-r--r--build_files/cmake/Modules/FindUSD.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_files/cmake/Modules/FindUSD.cmake b/build_files/cmake/Modules/FindUSD.cmake
index 3ebcbb178c6..f14843c657e 100644
--- a/build_files/cmake/Modules/FindUSD.cmake
+++ b/build_files/cmake/Modules/FindUSD.cmake
@@ -27,9 +27,7 @@ ENDIF()
SET(_usd_SEARCH_DIRS
${USD_ROOT_DIR}
- /usr/local
/opt/lib/usd
- /opt/usd
)
FIND_PATH(USD_INCLUDE_DIR