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
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 271b33d871d..ac2643bbea1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2258,7 +2258,7 @@ if(WITH_BLENDER OR WITH_PLAYER)
add_subdirectory(extern)
elseif(WITH_CYCLES_STANDALONE)
add_subdirectory(intern/cycles)
- if(WITH_CYCLES_STANDALONE_GUI)
+ if(NOT WITH_SYSTEM_GLEW)
add_subdirectory(extern/glew)
endif()
endif()