You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System: Windows 10 Version nanoVDB 11 / Commit SHA: 77f28d1 CMake Version: 3.27.7 Compiler:MSVC 2022
Describe the problem
The release notes state that the CUDA-related headers for NanoVDB have been added to nanovdb/util/cuda, but due to an incorrect CMake script, they are actually installed under nanovdb/util.
This causes projects that use NanoVDB as a library to fail to build when including header files under nanovdb/util/cuda, which destroys the relative reference to nanovdb/util.
Environment
Operating System: Windows 10
Version nanoVDB 11 / Commit SHA: 77f28d1
CMake Version: 3.27.7
Compiler:MSVC 2022
Describe the problem
The release notes state that the CUDA-related headers for NanoVDB have been added to nanovdb/util/cuda, but due to an incorrect CMake script, they are actually installed under nanovdb/util.
This causes projects that use NanoVDB as a library to fail to build when including header files under nanovdb/util/cuda, which destroys the relative reference to nanovdb/util.
To Reproduce
Steps to reproduce the behavior:
.\build\Release\include\nanovdb\util
and check directory structureThe text was updated successfully, but these errors were encountered: