Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-11-23 13:37:06 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-23 13:37:06 +0300
commit9517d5779c778af46615fdfbe518d61c07df5102 (patch)
tree585bfc6f00aeebf4f5f30753b58c411740b32751 /CMakeLists.txt
parentc207d60504144ec9ed2a3dfa46068dccb7c29ffd (diff)
PR recommendations
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 484181ffe9..4a1343f74a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,15 +109,14 @@ function(omim_link_platform_deps target)
if (PLATFORM_MAC)
target_link_libraries(
${target}
- "-framework Cocoa"
- "-framework QuartzCore"
+ "-framework CFNetwork"
+ "-framework Foundation"
"-framework SystemConfiguration"
)
endif()
endif()
endfunction()
-
function(omim_link_libraries target)
if (TARGET ${target})
target_link_libraries(${target} ${ARGN} ${CMAKE_THREAD_LIBS_INIT})