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:
Diffstat (limited to 'intern/cycles/device/CMakeLists.txt')
-rw-r--r--intern/cycles/device/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/device/CMakeLists.txt b/intern/cycles/device/CMakeLists.txt
index 825e82209aa..ae3309df3d9 100644
--- a/intern/cycles/device/CMakeLists.txt
+++ b/intern/cycles/device/CMakeLists.txt
@@ -13,10 +13,6 @@ set(INC_SYS
${GLEW_INCLUDE_PATH}
)
-if(WITH_CYCLES_OPTIMIZED_KERNEL_SSE41)
- add_definitions(-DWITH_CYCLES_OPTIMIZED_KERNEL_SSE41=1)
-endif()
-
set(SRC
device.cpp
device_cpu.cpp