We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96e533 commit a331856Copy full SHA for a331856
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 5132a9ae4f74098a990e729139ca73fea1e4b807)
19
-set(NANOVDB_EDITOR_VERSION 0.0.7) # version at this commit
+set(NANOVDB_EDITOR_TAG fe84accc4bbee439ee0edf7e51294b2301c3e1a6)
+set(NANOVDB_EDITOR_VERSION 0.0.8) # 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