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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-01 18:59:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-01 18:59:06 +0400
commit07ce209c64d47b7773b473d31abdddac6f404c71 (patch)
tree3953e311461777c5b23b952380552d92e7c0415e /intern
parent32fe2d71fc74b3931dc189590e8b1e4636f1af73 (diff)
code cleanup: warnings
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 114ff47663b..2127ad23bd3 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -65,7 +65,7 @@ include_directories(
if(WITH_CYCLES_BLENDER)
add_definitions(-DBLENDER_PLUGIN)
add_subdirectory(blender)
-endif(WITH_CYCLES_BLENDER)
+endif()
add_subdirectory(app)
add_subdirectory(bvh)