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:
authorCampbell Barton <ideasman42@gmail.com>2019-11-18 08:39:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-18 08:39:10 +0300
commit11549098eab8c1a9773185f5425fbc59c3376af4 (patch)
tree91c26f877dca3315927bbf2edc5eda9e688f2b35
parentdfc232f892c38758c9d03cf33fb0300dce9dc02c (diff)
parent047d2b055978ffa59697261656f1f77c48b9573a (diff)
Merge branch 'blender-v2.81-release'
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 738914fee44..f87ba599c19 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)