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:
@@ -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
|
||||
|
Reference in New Issue
Block a user