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>2022-04-25 15:28:06 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-04-25 15:28:06 +0300
commit1640fbe7c634e6ef9b83db82452ce5de47d40f7b (patch)
tree0ac5c350ce5b1d8a69643348657700de77a6d9ae /build_files
parent7c55a7ccca9b22da2fb213a3903963277968a46f (diff)
CMake: add `^NANOVDB` to variables to reset after library upgrade
Cycles needed this to build properly after switching to the newly built libraries.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/platform/platform_old_libs_update.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/platform/platform_old_libs_update.cmake b/build_files/cmake/platform/platform_old_libs_update.cmake
index 014aa198caf..38c548e73a9 100644
--- a/build_files/cmake/platform/platform_old_libs_update.cmake
+++ b/build_files/cmake/platform/platform_old_libs_update.cmake
@@ -25,6 +25,7 @@ if(UNIX AND
unset_cache_variables("^PNG")
unset_cache_variables("^USD")
unset_cache_variables("^WEBP")
+ unset_cache_variables("^NANOVDB")
endif()
# Automatically set WebP on/off depending if libraries are available.