From cb127b69561a00cac442f412a9937097f35b9149 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 24 Jan 2018 09:09:39 -0800 Subject: Implemented opening files in MacOS bundle --- Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') 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") -- cgit v1.2.3