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 10:48:27 +0300
commit619600a53f6d28f640d56117ef928a8cdb8b08ba (patch)
tree49b1b832f4a95901396b54019f92e85fa2248802 /CMakeLists.txt
parent8277bee748188dbcab431e15bedd5c1b5559508a (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 4a19c52be0d..742383a9ded 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1608,10 +1608,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