summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-01-24 17:09:39 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-01-24 17:09:39 +0000
commitcb127b69561a00cac442f412a9937097f35b9149 (patch)
treed8aa9075302db59ccf3cf0d9670c67d2c6c10774 /Graphics/GraphicsEngineOpenGL
parentFixed XCode build warning (diff)
downloadDiligentCore-cb127b69561a00cac442f412a9937097f35b9149.tar.gz
DiligentCore-cb127b69561a00cac442f412a9937097f35b9149.zip
Implemented opening files in MacOS bundle
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
index 5f028151..457e1253 100644
--- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
+++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
@@ -170,10 +170,6 @@ elseif(PLATFORM_LINUX)
set(PRIVATE_DEPENDENCIES ${PRIVATE_DEPENDENCIES} glew-static)
elseif(PLATFORM_MACOS)
find_package(OpenGL REQUIRED)
- find_library(APP_KIT AppKit)
- if (NOT APP_KIT)
- message(FATAL_ERROR "AppKit not found")
- endif()
set(PRIVATE_DEPENDENCIES ${PRIVATE_DEPENDENCIES} glew-static ${OPENGL_LIBRARY} ${APP_KIT})
else()
message(FATAL_ERROR "Unknown platform")