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/windowmanager/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/windowmanager/CMakeLists.txt') diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt index b9efc0e386a..78ea6651f2f 100644 --- a/source/blender/windowmanager/CMakeLists.txt +++ b/source/blender/windowmanager/CMakeLists.txt @@ -130,6 +130,9 @@ if(WITH_AUDASPACE) ) endif() +if(WITH_CYCLES) + add_definitions(-DWITH_CYCLES) +endif() if(WITH_INTERNATIONAL) add_definitions(-DWITH_INTERNATIONAL) -- cgit v1.2.3