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:
authorBrecht Van Lommel <brecht@blender.org>2020-02-27 18:08:54 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-02-27 18:11:07 +0300
commit1ec11363bd93cf6bd43e5da33322b3f88a9be210 (patch)
tree7766534176d9df59e2ee60b3ca67c238103be0a0
parent50f9c08979bfd336616e31f3fc71a901e310db5b (diff)
Build: don't include WITH_SYSTEM_GLEW as part of make lite
System GLEW often is not new enough, which gives error on startup. The build correctness should not be affected by using lite vs. full, so better to leave this out than save compiling one extra file.
-rw-r--r--build_files/cmake/config/blender_lite.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_files/cmake/config/blender_lite.cmake b/build_files/cmake/config/blender_lite.cmake
index 8cb5195aa2e..77336dd20b9 100644
--- a/build_files/cmake/config/blender_lite.cmake
+++ b/build_files/cmake/config/blender_lite.cmake
@@ -6,7 +6,6 @@
#
set(WITH_INSTALL_PORTABLE ON CACHE BOOL "" FORCE)
-set(WITH_SYSTEM_GLEW ON CACHE BOOL "" FORCE)
set(WITH_ALEMBIC OFF CACHE BOOL "" FORCE)
set(WITH_BOOST OFF CACHE BOOL "" FORCE)