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 0f93ce6 commit d9eebcaCopy full SHA for d9eebca
openvdb/openvdb/version.h.in
@@ -117,13 +117,19 @@
117
#endif
118
119
/* Denotes whether VDB was built with IMath Half support */
120
+#ifndef OPENVDB_USE_IMATH_HALF
121
#cmakedefine OPENVDB_USE_IMATH_HALF
122
+#endif
123
124
/* Denotes whether VDB was built with Blosc support */
125
+#ifndef OPENVDB_USE_BLOSC
126
#cmakedefine OPENVDB_USE_BLOSC
127
128
129
/* Denotes whether VDB was built with ZLIB support */
130
+#ifndef OPENVDB_USE_ZLIB
131
#cmakedefine OPENVDB_USE_ZLIB
132
133
134
135
///////////////////////////////////////////////////////////////////////////////
0 commit comments