Skip to content

Commit b3d2ae2

Browse files
no need to build OCIO tests
Signed-off-by: Cédrik Fuoco <[email protected]>
1 parent baf2a8e commit b3d2ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies/ocio.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ LIST(APPEND _byproducts "${_pyocio_lib}")
124124
# Assemble CMake configure options
125125
#
126126
# The '_configure_options' list gets reset and initialized in 'RV_CREATE_STANDARD_DEPS_VARIABLES'
127-
LIST(APPEND _configure_options "-DOCIO_BUILD_TESTS=ON")
127+
LIST(APPEND _configure_options "-DOCIO_BUILD_TESTS=OFF")
128128
LIST(APPEND _configure_options "-DOCIO_BUILD_GPU_TESTS=OFF")
129129
LIST(APPEND _configure_options "-DOCIO_BUILD_PYTHON=ON") # This build PyOpenColorIO
130130

0 commit comments

Comments
 (0)