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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-11 21:19:55 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-11 21:19:55 +0400
commit85818c8209bc6df4f60c7e86173521f5fa1a5a96 (patch)
tree4d9ac62d60e07ca1365ce932140519cea28d2adc /CMakeLists.txt
parent4f33d65ba1f02f2cd3f340d0123900ea1beffd2c (diff)
Cycles: add python render engine option to use new shading nodes or not, instead
of hardcoded check for cycles. Also some other minor code cleaning tweaks.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 09acb9e77c9..6bada40cd03 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1462,12 +1462,6 @@ add_subdirectory(source)
add_subdirectory(intern)
add_subdirectory(extern)
-#-----------------------------------------------------------------------------
-# Cycles
-
-if(WITH_CYCLES)
- add_subdirectory(intern/cycles)
-endif()
#-----------------------------------------------------------------------------
# Blender Application