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:
authorChristian Rauch <Rauch.Christian@gmx.de>2021-08-08 20:42:37 +0300
committerChristian Rauch <Rauch.Christian@gmx.de>2021-08-14 23:26:40 +0300
commit3b40e39d2334a4291b5589ad864d4a9656042406 (patch)
tree15d3a8313f0d5c51875875cb87f32541798b53fc
parent9a74c0d76262790243f6ab9d61556309acc1df72 (diff)
GHOST/X11: remove duplicated EGL linking
Differential Revision: https://developer.blender.org/D12034
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db42f957ee2..ac5c80cb0d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1201,8 +1201,6 @@ if(WITH_GL_EGL)
)
endif()
- list(APPEND BLENDER_GL_LIBRARIES ${OPENGLES_EGL_LIBRARY})
-
else()
set(OPENGLES_EGL_LIBRARY "" CACHE FILEPATH "EGL library file")
mark_as_advanced(OPENGLES_EGL_LIBRARY)