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:
authorHans Goudey <h.goudey@me.com>2020-09-13 01:42:27 +0300
committerHans Goudey <h.goudey@me.com>2020-09-13 01:42:27 +0300
commit3eaca737531a917e60350bd74d52849b612831da (patch)
tree8950b659cbafcaa55e4ebfee64999a2fc382a606 /source/blender/windowmanager/CMakeLists.txt
parent5545d833154e017f3948db9970b8d770ea8e8f9b (diff)
parent8f6740b2754ff1f5c936ee95e2cd7ed837627608 (diff)
Merge branch 'property-search-single-tab' into property-search-start-end-operators
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 7c749c60168..b9efc0e386a 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -46,7 +46,6 @@ set(INC
set(INC_SYS
${ZLIB_INCLUDE_DIRS}
- ${GLEW_INCLUDE_PATH}
)
set(SRC
@@ -131,7 +130,6 @@ if(WITH_AUDASPACE)
)
endif()
-add_definitions(${GL_DEFINITIONS})
if(WITH_INTERNATIONAL)
add_definitions(-DWITH_INTERNATIONAL)