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/intern
diff options
context:
space:
mode:
authorMai Lavelle <mai.lavelle@gmail.com>2016-08-11 21:35:43 +0300
committerMai Lavelle <mai.lavelle@gmail.com>2016-08-11 21:35:43 +0300
commit013a5c27a5ae31fb5efda1213a94d3a89a24f263 (patch)
tree49cc436dc8bb21780af23211850bccf75a75c767 /intern
parent1fe9d671cf19f339917a78cb3ab0b6148ab1ceff (diff)
Cycles: Remove odd definition from CMake file
This was causing Cycles standalone to fail to build from Blender repo. Hopefully nothing breaks from removing this.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index 7eb5a9c7c64..f5674bdc15c 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -25,10 +25,6 @@ set(SRC
util_windows.cpp
)
-if(NOT CYCLES_STANDALONE_REPOSITORY)
- add_definitions(-DWITH_GLEW_MX)
-endif()
-
if(WITH_CYCLES_STANDALONE AND WITH_CYCLES_STANDALONE_GUI)
list(APPEND SRC
util_view.cpp