We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8113617 commit dd9e500Copy full SHA for dd9e500
BUILD.bazel
@@ -62,6 +62,7 @@ expand_template(
62
"@OPENEXR_VERSION_MINOR@": "4",
63
"@OPENEXR_VERSION_PATCH@": "0",
64
"#cmakedefine OPENEXR_ENABLE_API_VISIBILITY": "#define OPENEXR_ENABLE_API_VISIBILITY",
65
+ "#cmakedefine OPENEXR_CORE_FUNCTIONS_EMBEDDED": "/* #undef OPENEXR_CORE_FUNCTIONS_EMBEDDED */",
66
"#cmakedefine OPENEXR_HAVE_LARGE_STACK 1": "/* #undef OPENEXR_HAVE_LARGE_STACK */",
67
},
68
template = "cmake/OpenEXRConfig.h.in",
0 commit comments