We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0168fcb commit 47e1e20Copy full SHA for 47e1e20
src/cmake/get_nanovdb_editor.cmake
@@ -15,8 +15,8 @@ option(NANOVDB_EDITOR_SKIP "Skip nanovdb_editor wheel build" OFF)
15
set(NANOVDB_EDITOR_BUILD_TYPE "Release" CACHE STRING "Build type for nanovdb_editor (Release/Debug)")
16
17
# For fVDB main use nanovdb-editor main
18
-set(NANOVDB_EDITOR_TAG aa35900af81b6630de2647cb43eeace4470ef9a9)
19
-set(NANOVDB_EDITOR_VERSION 0.0.12) # version at this commit
+set(NANOVDB_EDITOR_TAG cf341f1d1a97154d97ee1bfb441db30c819e590c)
+set(NANOVDB_EDITOR_VERSION 0.0.15) # version at this commit
20
21
# If skip is set, get the latest tagged version to prevent unnecessary rebuilds each hash update
22
if(NANOVDB_EDITOR_SKIP)
0 commit comments