CMake/deps: Remove CPP11 option for OpenImageIO

This flag is obsolete. In its current state (missing -D) it also
results in a CMake unknown argument error on macOS.
This commit is contained in:
Sebastián Barschkis 2021-04-14 21:27:22 +02:00
parent 788a28251b
commit 2cc3a89cf6
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ set(OPENIMAGEIO_EXTRA_ARGS
-DBOOST_LIBRARYDIR=${LIBDIR}/boost/lib/
-DBoost_NO_SYSTEM_PATHS=ON
-DBoost_NO_BOOST_CMAKE=ON
-OIIO_BUILD_CPP11=ON
-DUSE_LIBSQUISH=OFF
-DUSE_QT5=OFF
-DUSE_NUKE=OFF