]> git.mxchange.org Git - flightgear.git/blobdiff - CMakeModules/FindSimGear.cmake
VoiceSynthesizer: add some test/debug properties
[flightgear.git] / CMakeModules / FindSimGear.cmake
index f5adbb01289a9d11debbb8756a18e6d6de1435e0..56f230a881c61681a329ab45e60ba32d1293961e 100644 (file)
@@ -152,8 +152,8 @@ else(SIMGEAR_SHARED)
         ${OPENAL_LIBRARY})
 
     if(APPLE)
-        find_library(CORESERVICES_LIBRARY CoreServices)
-        list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ${CORESERVICES_LIBRARY})
+        find_library(COCOA_LIBRARY Cocoa)
+        list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ${COCOA_LIBRARY})
     endif()
 
     if(WIN32)