File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ if(_OPENVDB_HAS_NEW_VERSION_HEADER)
590590 OPENVDB_GET_VERSION_DEFINE(${_OPENVDB_VERSION_HEADER} "OPENVDB_USE_IMATH_HALF" OpenVDB_USES_IMATH_HALF)
591591 OPENVDB_GET_VERSION_DEFINE(${_OPENVDB_VERSION_HEADER} "OPENVDB_USE_BLOSC" OpenVDB_USES_BLOSC)
592592 OPENVDB_GET_VERSION_DEFINE(${_OPENVDB_VERSION_HEADER} "OPENVDB_USE_ZLIB" OpenVDB_USES_ZLIB)
593+ OPENVDB_GET_VERSION_DEFINE(${_OPENVDB_VERSION_HEADER} "OPENVDB_USE_DELAYED_LOADING" OpenVDB_USES_DELAYED_LOADING)
593594elseif (NOT OPENVDB_USE_STATIC_LIBS)
594595 # Use GetPrerequisites to see which libraries this OpenVDB lib has linked to
595596 # which we can query for optional deps. This basically runs ldd/otoll/objdump
Original file line number Diff line number Diff line change 138138#cmakedefine OPENVDB_USE_ZLIB
139139#endif
140140
141+ /* Denotes whether VDB was built with Delayed Loading support */
142+ #ifndef OPENVDB_USE_DELAYED_LOADING
143+ #cmakedefine OPENVDB_USE_DELAYED_LOADING
144+ #endif
145+
141146/* Denotes whether VDB was built with explicit template instantiation */
142147#ifndef OPENVDB_USE_EXPLICIT_INSTANTIATION
143148#cmakedefine OPENVDB_USE_EXPLICIT_INSTANTIATION
You can’t perform that action at this time.
0 commit comments