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: Linux PopOS 22.04 Version / Commit SHA: CMake Version: 3.18 Compiler: clang
Describe the problem
Building NanoVDB standalone as a static library in other project. Makefile not generating required .a file for including as a linked library in parent CMakeLists.txt.
To Reproduce
Steps to reproduce the behavior:
Checkout repo '...'
Run CMake according to "NanoVDB standalone procedure" in build instructions.
Only header files in include and two binaries in bin inside install path.
The text was updated successfully, but these errors were encountered:
Environment
Operating System: Linux PopOS 22.04
Version / Commit SHA:
CMake Version: 3.18
Compiler: clang
Describe the problem
Building NanoVDB standalone as a static library in other project. Makefile not generating required .a file for including as a linked library in parent CMakeLists.txt.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: