Commit: 013a5c27a5ae31fb5efda1213a94d3a89a24f263
Author: Mai Lavelle
Date:   Thu Aug 11 14:35:43 2016 -0400
Branches: master
https://developer.blender.org/rB013a5c27a5ae31fb5efda1213a94d3a89a24f263

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.

===================================================================

M       intern/cycles/util/CMakeLists.txt

===================================================================

diff --git a/intern/cycles/util/CMakeLists.txt 
b/intern/cycles/util/CMakeLists.txt
index 7eb5a9c..f5674bd 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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to