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.
This commit is contained in:
Brecht Van Lommel 2020-02-27 16:08:54 +01:00
parent 50f9c08979
commit 1ec11363bd
1 changed files with 0 additions and 1 deletions

View File

@ -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)