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:
authorYimingWu <xp8110@outlook.com>2019-11-18 16:46:25 +0300
committerYimingWu <xp8110@outlook.com>2019-11-18 16:46:25 +0300
commit9a9fa3a2065d31ef61abfb7648ad227bd99905e1 (patch)
treead60f676c3a07c58987207c1d328c96eeba42e4a /CMakeLists.txt
parentc3799f1c3119d1950f101aad4abc1c5e7551d77d (diff)
parentd66bc3807f922caa95452732d64abead9f50514f (diff)
Merge remote-tracking branch 'origin/master' into arcpatch-D5442
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86c3e9cf0f9..53bf3d60dd5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1205,6 +1205,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)