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>2020-10-03 14:52:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-03 14:55:25 +0300
commit0bf12cb025a3fd143318b4a38db46b3c114cdf3f (patch)
treeb9a5870e4d8d2966b2de90b97cc45d668c175ccb /source/blender/editors/interface
parent44397a683c1c44ab78be56fa21625dd08b86a037 (diff)
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.
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
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()