From 1ec11363bd93cf6bd43e5da33322b3f88a9be210 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 27 Feb 2020 16:08:54 +0100 Subject: 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. --- build_files/cmake/config/blender_lite.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'build_files') 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) -- cgit v1.2.3