Skip to content

Commit 47e1e20

Browse files
committed
Upgrade nanovdb-editor to 0.0.15
Signed-off-by: Andrew Reidmeyer <areidmeyer@nvidia.com>
1 parent 0168fcb commit 47e1e20

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 aa35900af81b6630de2647cb43eeace4470ef9a9)
19-
set(NANOVDB_EDITOR_VERSION 0.0.12) # version at this commit
18+
set(NANOVDB_EDITOR_TAG cf341f1d1a97154d97ee1bfb441db30c819e590c)
19+
set(NANOVDB_EDITOR_VERSION 0.0.15) # 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)