[Bf-blender-cvs] [aff7609aa5e] master: build_environment: fix mistaken commit in openexr.

Ray Molenkamp noreply at git.blender.org
Fri Aug 17 14:30:41 CEST 2018


Commit: aff7609aa5e1c35a15f5d553a8483e2d51637761
Author: Ray Molenkamp
Date:   Fri Aug 17 06:30:27 2018 -0600
Branches: master
https://developer.blender.org/rBaff7609aa5e1c35a15f5d553a8483e2d51637761

build_environment: fix mistaken commit in openexr.

===================================================================

M	build_files/build_environment/cmake/openexr.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/openexr.cmake b/build_files/build_environment/cmake/openexr.cmake
index f9e414a2731..f0fad5e9039 100644
--- a/build_files/build_environment/cmake/openexr.cmake
+++ b/build_files/build_environment/cmake/openexr.cmake
@@ -31,16 +31,6 @@ if(WIN32)
 		-DOPENEXR_BUILD_TESTS=Off
 		-DOPENEXR_BUILD_VIEWERS=Off
 		-DOPENEXR_BUILD_UTILS=Off
-		#yaml-cpp > 0.5.0 requires boost.
-		-DBoost_COMPILER:STRING=${BOOST_COMPILER_STRING}
-		-DBoost_USE_MULTITHREADED=ON
-		-DUSE_STATIC_BOOST=On
-		-DBoost_USE_STATIC_LIBS=ON
-		-DBoost_USE_STATIC_RUNTIME=ON
-		-DBoost_DEBUG=ON
-		-DBOOST_ROOT=${LIBDIR}/boost
-		-DBoost_NO_SYSTEM_PATHS=ON
-		-DOCIO_USE_BOOST_PTR=On
 	)
 	ExternalProject_Add(external_openexr
 		URL ${OPENEXR_URI}



More information about the Bf-blender-cvs mailing list