Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastián Barschkis <sebbas@sebbas.org>2021-04-14 22:27:22 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2021-04-14 22:33:12 +0300
commit2cc3a89cf60db1c480920e94abd9ec56e0d1cd83 (patch)
treece4bb9dd53ee39ce026ad5b40ce67fd6988b7d80 /build_files
parent788a28251ba4a66ec4f4495fb7503e956eb2e065 (diff)
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.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/openimageio.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/openimageio.cmake b/build_files/build_environment/cmake/openimageio.cmake
index 68d9bd96db3..a8f4025b0ba 100644
--- a/build_files/build_environment/cmake/openimageio.cmake
+++ b/build_files/build_environment/cmake/openimageio.cmake
@@ -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