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:
authorCampbell Barton <ideasman42@gmail.com>2018-08-20 04:24:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-20 04:24:14 +0300
commit98efcdb1a0e31beff50922132e475695c3ae6af7 (patch)
tree174d1e08869b5b2d083b0fce7f212cc69aa54e06 /build_files/build_environment/cmake/opencolorio.cmake
parent537bf6af0cd80ac0ef0f55f7ab68540a09db8f37 (diff)
Cleanup: trailing space
Diffstat (limited to 'build_files/build_environment/cmake/opencolorio.cmake')
-rw-r--r--build_files/build_environment/cmake/opencolorio.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_files/build_environment/cmake/opencolorio.cmake b/build_files/build_environment/cmake/opencolorio.cmake
index 889c25225a9..db0350e8d9d 100644
--- a/build_files/build_environment/cmake/opencolorio.cmake
+++ b/build_files/build_environment/cmake/opencolorio.cmake
@@ -50,7 +50,7 @@ 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
+ #lie because ocio cmake is demanding boost even though it is not needed
-DYAML_CPP_VERSION=0.5.0
)
else()
@@ -89,7 +89,7 @@ if(WIN32)
external_opencolorio
external_tinyxml
external_yamlcpp
-
+
)
if(BUILD_MODE STREQUAL Release)
ExternalProject_Add_Step(external_opencolorio after_install
@@ -108,6 +108,6 @@ if(WIN32)
DEPENDEES install
)
endif()
-
+
endif()