From 85818c8209bc6df4f60c7e86173521f5fa1a5a96 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 11 Oct 2011 17:19:55 +0000 Subject: 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. --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3