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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/render/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index c396e3fc534..46f9e4ff02d 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -54,9 +54,9 @@ IF(APPLE)
ENDIF(CMAKE_OSX_ARCHITECTURES MATCHES "i386" OR CMAKE_OSX_ARCHITECTURES MATCHES "x86_64")
ENDIF(APPLE)
-IF(WITH_BF_RAYOPTIMIZATION)
+IF(WITH_RAYOPTIMIZATION)
ADD_DEFINITIONS(-D__SSE__)
-ENDIF(WITH_BF_RAYOPTIMIZATION)
+ENDIF(WITH_RAYOPTIMIZATION)
#TODO
#if env['OURPLATFORM']=='linux2':