We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c7b0b commit 1dda673Copy full SHA for 1dda673
cmake/FindOpenVDB.cmake
@@ -392,6 +392,9 @@ foreach(COMPONENT ${OpenVDB_FIND_COMPONENTS})
392
elseif(${COMPONENT} STREQUAL "openvdb_je")
393
# alias to the result of openvdb which should be handled first
394
set(OpenVDB_${COMPONENT}_LIBRARY ${OpenVDB_openvdb_LIBRARY})
395
+ elseif(${COMPONENT} STREQUAL "nanovdb")
396
+ # alias to the result of openvdb which should be handled first
397
+ set(OpenVDB_${COMPONENT}_LIBRARY ${OpenVDB_openvdb_LIBRARY})
398
else()
399
find_library(OpenVDB_${COMPONENT}_LIBRARY ${LIB_NAME}
400
${_FIND_OPENVDB_ADDITIONAL_OPTIONS}
0 commit comments