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:22:01 +0300
committerHans Goudey <h.goudey@me.com>2020-09-13 01:22:01 +0300
commit7b714a9897855ea566cc393a56b9873325c5f836 (patch)
tree972a9f238f58fe1a435e61618e8c6bc9714f5bbd /source/blender/windowmanager/CMakeLists.txt
parent3c52c75af2fe21e9c9c96e0914a4ac72388ddb78 (diff)
parentd78a5f022db729d5d6890718418971912853d55e (diff)
Merge branch 'property-search-button-label-pointer' into property-search-move-context-to-panel
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)