Skip to content

Commit 034fdb1

Browse files
committed
NanoVDB Editor Gaussian data leak fix.
Signed-off-by: Andrew Reidmeyer <areidmeyer@nvidia.com>
1 parent b5c3091 commit 034fdb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmake/get_nanovdb_editor.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ option(NANOVDB_EDITOR_SKIP "Skip nanovdb_editor wheel build" OFF)
1515
set(NANOVDB_EDITOR_BUILD_TYPE "Release" CACHE STRING "Build type for nanovdb_editor (Release/Debug)")
1616

1717
# For fVDB main use nanovdb-editor main
18-
set(NANOVDB_EDITOR_TAG fe84accc4bbee439ee0edf7e51294b2301c3e1a6)
19-
set(NANOVDB_EDITOR_VERSION 0.0.8) # version at this commit
18+
set(NANOVDB_EDITOR_TAG 9aa709d0c3f00875617d8bf4a66231cfee87a614)
19+
set(NANOVDB_EDITOR_VERSION 0.0.9) # version at this commit
2020

2121
# If skip is set, get the latest tagged version to prevent unnecessary rebuilds each hash update
2222
if(NANOVDB_EDITOR_SKIP)

0 commit comments

Comments
 (0)