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:
authorRay Molenkamp <github@lazydodo.com>2018-08-17 02:42:06 +0300
committerRay Molenkamp <github@lazydodo.com>2018-08-17 02:42:37 +0300
commit4b0b91aee076f0dbd24fe737c759b132903d1aa8 (patch)
treef5defb55c7d654b9c4d5374b32b02328d119bd4f /build_files
parent1aed77cacac4c4f560b8c87e73c109b7021dd1b3 (diff)
build_environment: small fix for building ocio on windows.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/opencolorio.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/build_environment/cmake/opencolorio.cmake b/build_files/build_environment/cmake/opencolorio.cmake
index a51d189dfd4..a99b1f118cb 100644
--- a/build_files/build_environment/cmake/opencolorio.cmake
+++ b/build_files/build_environment/cmake/opencolorio.cmake
@@ -50,6 +50,8 @@ if(WIN32)
-DUSE_EXTERNAL_LCMS=ON
-DINC_1=${LIBDIR}/tinyxml/include
-DINC_2=${LIBDIR}/yamlcpp/include
+ #lie because ocio cmake is demanding boost even though it is not needed
+ -DYAML_CPP_VERSION=0.5.0
)
else()
set(OCIO_PATCH opencolorio.diff)
@@ -87,6 +89,7 @@ if(WIN32)
external_opencolorio
external_tinyxml
external_yamlcpp
+
)
if(BUILD_MODE STREQUAL Release)
ExternalProject_Add_Step(external_opencolorio after_install