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 baf2a8e commit b3d2ae2Copy full SHA for b3d2ae2
cmake/dependencies/ocio.cmake
@@ -124,7 +124,7 @@ LIST(APPEND _byproducts "${_pyocio_lib}")
124
# Assemble CMake configure options
125
#
126
# The '_configure_options' list gets reset and initialized in 'RV_CREATE_STANDARD_DEPS_VARIABLES'
127
-LIST(APPEND _configure_options "-DOCIO_BUILD_TESTS=ON")
+LIST(APPEND _configure_options "-DOCIO_BUILD_TESTS=OFF")
128
LIST(APPEND _configure_options "-DOCIO_BUILD_GPU_TESTS=OFF")
129
LIST(APPEND _configure_options "-DOCIO_BUILD_PYTHON=ON") # This build PyOpenColorIO
130
0 commit comments