CMake: add `^NANOVDB` to variables to reset after library upgrade

Cycles needed this to build properly after switching to the newly built
libraries.
This commit is contained in:
Sybren A. Stüvel 2022-04-25 14:28:06 +02:00
parent 7c55a7ccca
commit 1640fbe7c6
1 changed files with 1 additions and 0 deletions

View File

@ -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.