summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2fb13c628..e7fea4fbf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -303,7 +303,7 @@ endif()
303# ====================================== 303# ======================================
304 304
305IF (APPLE) 305IF (APPLE)
306 FIND_LIBRARY(COCOA_LIBRARY Cocoa) # Umbrella framework for everything GUI-related 306 find_library(COCOA_LIBRARY Cocoa) # Umbrella framework for everything GUI-related
307 set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY}) 307 set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY})
308 308
309 if (CMAKE_CXX_COMPILER_ID STREQUAL Clang) 309 if (CMAKE_CXX_COMPILER_ID STREQUAL Clang)