Merge branch 'blender-v2.81-release'

This commit is contained in:
Campbell Barton 2019-11-18 16:39:10 +11:00
commit 11549098ea
1 changed files with 1 additions and 0 deletions

View File

@ -1202,6 +1202,7 @@ if(WITH_SYSTEM_GLEW)
message(FATAL_ERROR "GLEW is required to build Blender. Install it or disable WITH_SYSTEM_GLEW.")
endif()
set(GLEW_INCLUDE_PATH "${GLEW_INCLUDE_DIR}")
set(BLENDER_GLEW_LIBRARIES ${GLEW_LIBRARY})
else()
if(WITH_GLEW_ES)