Skip to content

Commit 8e65cd9

Browse files
committed
CI: speed up OIIO build for CI by not building its tests (#1380)
Was using the wrong notation before. Signed-off-by: Larry Gritz <[email protected]>
1 parent d009183 commit 8e65cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-scripts/gh-installdeps.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if [[ "$OPENIMAGEIO_VERSION" != "" ]] ; then
106106
export ENABLE_ICO=0 ENABLE_iff=0 ENABLE_jpeg2000=0 ENABLE_PNM=0 ENABLE_PSD=0
107107
export ENABLE_RLA=0 ENABLE_SGI=0 ENABLE_SOCKET=0 ENABLE_SOFTIMAGE=0
108108
export ENABLE_TARGA=0 ENABLE_WEBP=0
109-
export OPENIMAGEIO_MAKEFLAGS="OIIO_BUILD_TESTS=0 USE_OPENGL=0"
109+
export OPENIMAGEIO_CMAKE_FLAGS="-DOIIO_BUILD_TESTS=0 -DUSE_OPENGL=0"
110110
source src/build-scripts/build_openimageio.bash
111111
fi
112112

0 commit comments

Comments
 (0)