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:
authorRay Molenkamp <github@lazydodo.com>2022-08-11 19:40:23 +0300
committerRay Molenkamp <github@lazydodo.com>2022-08-11 19:40:23 +0300
commit69d3054b51ead2efbf9232867649a7df910a3121 (patch)
treeaf89c070b172702b0a80e93a78f89d178963e250 /build_files/build_environment/cmake/usd.cmake
parentfadc135c5033ef8e0edb1d7cad8b2098507bb5d7 (diff)
deps builder: updates for 3.4
- Enable python bindings for openvdb - Move some more deps to ninja on windows - Bump openvdb to 9.1.0 since it had AX support for windows, but due to size concerns disabled - Fix dependencies for a few deps to sort out build order issues - Limit build_deps.cmd to a single core, so it won't oversubscribe the CPU
Diffstat (limited to 'build_files/build_environment/cmake/usd.cmake')
-rw-r--r--build_files/build_environment/cmake/usd.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/cmake/usd.cmake b/build_files/build_environment/cmake/usd.cmake
index b804a80421b..6aff691bc27 100644
--- a/build_files/build_environment/cmake/usd.cmake
+++ b/build_files/build_environment/cmake/usd.cmake
@@ -98,6 +98,7 @@ add_dependencies(
external_tbb
external_boost
external_opensubdiv
+ external_python
)
# Since USD 21.11 the libraries are prefixed with "usd_", i.e. "libusd_m.a" became "libusd_usd_m.a".