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>2015-02-18 23:44:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-18 23:45:59 +0300
commitee9ac4e4fc495ea4a913cfff63650dfe07da35e2 (patch)
tree1a2a10802698285f7e8e13193dd6a5d021251ce0 /source/blender/freestyle/CMakeLists.txt
parent54994740bdfe2aa3b2e7233de9494b3b033183f1 (diff)
CMake: remove expression in endif(...)
Diffstat (limited to 'source/blender/freestyle/CMakeLists.txt')
-rw-r--r--source/blender/freestyle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index 6860afe64c2..7fbb219af08 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -577,6 +577,6 @@ if(WIN32)
list(APPEND INC_SYS
${PTHREADS_INC}
)
-endif(WIN32)
+endif()
blender_add_lib(bf_freestyle "${SRC}" "${INC}" "${INC_SYS}")