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.
This commit is contained in:
Mai Lavelle
2016-08-11 14:35:43 -04:00
parent 1fe9d671cf
commit 013a5c27a5

View File

@@ -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