From 013a5c27a5ae31fb5efda1213a94d3a89a24f263 Mon Sep 17 00:00:00 2001 From: Mai Lavelle Date: Thu, 11 Aug 2016 14:35:43 -0400 Subject: [PATCH] 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. --- intern/cycles/util/CMakeLists.txt | 4 ---- 1 file changed, 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