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>2017-11-05 06:50:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-05 06:50:15 +0300
commit914e3b1645288daf7468ed21527fe6cc78d70938 (patch)
treef76936e5d98b7eb03624bbc7d975f66b809b9639 /build_files/build_environment/cmake/boost.cmake
parent43f3cfd584114b0551236e5c5b5bc8244c0da4ae (diff)
Cleanup: indentation, line wrapping
Diffstat (limited to 'build_files/build_environment/cmake/boost.cmake')
-rw-r--r--build_files/build_environment/cmake/boost.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/boost.cmake b/build_files/build_environment/cmake/boost.cmake
index d98df30a38f..2c6bf195e07 100644
--- a/build_files/build_environment/cmake/boost.cmake
+++ b/build_files/build_environment/cmake/boost.cmake
@@ -103,5 +103,8 @@ ExternalProject_Add(external_boost
)
if(WIN32)
- add_dependencies(external_boost Make_Python_Environment)
+ add_dependencies(
+ external_boost
+ Make_Python_Environment
+ )
endif()