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/openexr.cmake
parent43f3cfd584114b0551236e5c5b5bc8244c0da4ae (diff)
Cleanup: indentation, line wrapping
Diffstat (limited to 'build_files/build_environment/cmake/openexr.cmake')
-rw-r--r--build_files/build_environment/cmake/openexr.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/openexr.cmake b/build_files/build_environment/cmake/openexr.cmake
index 53a1bc4c146..36283951750 100644
--- a/build_files/build_environment/cmake/openexr.cmake
+++ b/build_files/build_environment/cmake/openexr.cmake
@@ -38,4 +38,8 @@ ExternalProject_Add(external_openexr
INSTALL_DIR ${LIBDIR}/openexr
)
-add_dependencies(external_openexr external_zlib external_ilmbase)
+add_dependencies(
+ external_openexr
+ external_zlib
+ external_ilmbase
+)