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-10-30 04:58:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-30 04:59:36 +0300
commite8daf2e3ea17c2e9569e6fc9b49879c74d9a8c22 (patch)
tree4c37348d66843bcd4a4a02372af0bf323c22c4fb /CMakeLists.txt
parent475ec5269ae8f7c30795c2e771100e087b5dd315 (diff)
CMake: cleanup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4492e9c2cb0..0bef37072de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1656,10 +1656,10 @@ include(build_files/cmake/packaging.cmake)
# Use dynamic loading for OpenMP
if(WITH_BLENDER)
openmp_delayload(blender)
-endif(WITH_BLENDER)
+endif()
if(WITH_PLAYER)
openmp_delayload(blenderplayer)
-endif(WITH_PLAYER)
+endif()
#-----------------------------------------------------------------------------
# Print Final Configuration