Fix make deps OSL build on some systems with Qt libraries

This commit is contained in:
Brecht Van Lommel 2020-02-19 11:41:38 +01:00
parent d54a4a32f3
commit 02f44049a8
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ set(OSL_EXTRA_ARGS
-DSTOP_ON_WARNING=OFF
-DUSE_LLVM_BITCODE=OFF
-DUSE_PARTIO=OFF
-DUSE_QT=OFF
${OSL_SIMD_FLAGS}
-DPARTIO_LIBRARIES=
)