From 0bf12cb025a3fd143318b4a38db46b3c114cdf3f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Oct 2020 21:52:41 +1000 Subject: Fix error in recent change "run UserDef versioning from readfile.c" Missed moving the defines in CMake for e255040c7797 causing cycles not to be enabled. --- source/blender/editors/interface/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/interface/CMakeLists.txt b/source/blender/editors/interface/CMakeLists.txt index e7b4402d1f1..82bcd5d7eb4 100644 --- a/source/blender/editors/interface/CMakeLists.txt +++ b/source/blender/editors/interface/CMakeLists.txt @@ -96,10 +96,6 @@ if(WITH_HEADLESS) add_definitions(-DWITH_HEADLESS) endif() -if(WITH_CYCLES) - add_definitions(-DWITH_CYCLES) -endif() - if(WITH_PYTHON) add_definitions(-DWITH_PYTHON) endif() -- cgit v1.2.3