[Bf-blender-cvs] [1ec11363bd9] master: Build: don't include WITH_SYSTEM_GLEW as part of make lite

Brecht Van Lommel noreply at git.blender.org
Thu Feb 27 16:12:55 CET 2020


Commit: 1ec11363bd93cf6bd43e5da33322b3f88a9be210
Author: Brecht Van Lommel
Date:   Thu Feb 27 16:08:54 2020 +0100
Branches: master
https://developer.blender.org/rB1ec11363bd93cf6bd43e5da33322b3f88a9be210

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.

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

M	build_files/cmake/config/blender_lite.cmake

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

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)



More information about the Bf-blender-cvs mailing list