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 <LazyDodo>2021-02-09 17:13:07 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-02-15 14:17:08 +0300
commit0a3b076961443266ff9d24fd6bbe302f71a85c4b (patch)
tree79dd7a2602d9be161d26fd6b78cb33ebd286e420 /build_files/build_environment/cmake/openvdb.cmake
parent649f99b6bc9906b7b752f4b981f67bfbf3ea3e58 (diff)
CMake/Deps: OpenVDB 8.0.1
Straight forward version bump, some of the variables to detect a static OpenEXR changed and the folder structure seemingly changed a little requiring updates to the diff Reviewed By: sebbas, sybren Differential Revision: https://developer.blender.org/D10340
Diffstat (limited to 'build_files/build_environment/cmake/openvdb.cmake')
-rw-r--r--build_files/build_environment/cmake/openvdb.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/build_environment/cmake/openvdb.cmake b/build_files/build_environment/cmake/openvdb.cmake
index 2962f085e1b..704a8269c22 100644
--- a/build_files/build_environment/cmake/openvdb.cmake
+++ b/build_files/build_environment/cmake/openvdb.cmake
@@ -54,6 +54,8 @@ set(OPENVDB_EXTRA_ARGS
-DOPENVDB_CORE_STATIC=${OPENVDB_STATIC}
-DOPENVDB_BUILD_BINARIES=Off
-DCMAKE_DEBUG_POSTFIX=_d
+ -DILMBASE_USE_STATIC_LIBS=On
+ -DOPENEXR_USE_STATIC_LIBS=On
)
if(WIN32)