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:
authorSybren A. Stüvel <sybren@blender.org>2020-02-10 17:07:49 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-02-10 17:07:56 +0300
commitec116e3d492511298c9bf595c19e6c49e07c97f6 (patch)
treebbe7d18babdbbeeb388bf334e3a4c81b13ea9cb2 /source/creator/CMakeLists.txt
parentcd48b132ffafc80347a668b3c1cf295abf399f10 (diff)
USD: Install USD library via install_deps.sh
This commit adds the download, extract, patch, build, and install of the Universal Scene Description (USD) library to the `install_deps.sh` script. Reviewed By: mont29, LazyDodo Differential Revision: https://developer.blender.org/D6478
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 690c332c20e..c485caf2779 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1058,7 +1058,7 @@ setup_liblinks(blender)
if(WITH_USD)
add_definitions(-DWITH_USD)
install(DIRECTORY
- ${LIBDIR}/usd/lib/usd
+ ${USD_LIBRARY_DIR}/usd
DESTINATION "${TARGETDIR_VER}/datafiles"
)
endif()