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/CMakeLists.txt
parent43f3cfd584114b0551236e5c5b5bc8244c0da4ae (diff)
Cleanup: indentation, line wrapping
Diffstat (limited to 'build_files/build_environment/CMakeLists.txt')
-rw-r--r--build_files/build_environment/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt
index 9f7eb3c2c50..885133f970c 100644
--- a/build_files/build_environment/CMakeLists.txt
+++ b/build_files/build_environment/CMakeLists.txt
@@ -78,7 +78,7 @@ include(cmake/openvdb.cmake)
include(cmake/python.cmake)
include(cmake/python_site_packages.cmake)
include(cmake/numpy.cmake)
-if (WITH_WEBP)
+if(WITH_WEBP)
include(cmake/webp.cmake)
endif()
if(WIN32)