An exception occurred: "BLOSC compression codec was disabled during build"
which I understand it was disabled during my OpenVDB lib build, even though using a flag NANOVDB_USE_BLOSC=ON. Or maybe it was disabled in my project built? Or maybe I'm just not using it correctly?
Environment
Operating System: CentOS Linux release 7.9 Version: OpenVDB v10.1.0 CMake Version: 3.20.1 Compiler: gcc 10.2.0
Describe the problem
When I try to run my built project, I get
which I understand it was disabled during my OpenVDB lib build, even though using a flag
NANOVDB_USE_BLOSC=ON
. Or maybe it was disabled in my project built? Or maybe I'm just not using it correctly?To Reproduce
in main.cpp:
Additional context
I'm building OpenVDB with this: