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
path: root/drape
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-11-17 16:39:07 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-18 11:26:38 +0300
commit2669462b25baa7af9f27d80904bca22ddf3352b2 (patch)
tree329420b9f62e2330178057fdd95d1ad1ce197fa0 /drape
parentf42d8f123c28d7ea81afdafdd1313aa8b39346d6 (diff)
Added the link platform function.
Diffstat (limited to 'drape')
-rw-r--r--drape/drape_tests/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/drape/drape_tests/CMakeLists.txt b/drape/drape_tests/CMakeLists.txt
index 852a0eb67d..3d80914617 100644
--- a/drape/drape_tests/CMakeLists.txt
+++ b/drape/drape_tests/CMakeLists.txt
@@ -69,9 +69,6 @@ omim_link_libraries(
if (PLATFORM_MAC)
omim_link_libraries(
${PROJECT_NAME}
- "-framework IOKit"
- "-framework Cocoa"
"-framework CoreLocation"
- "-framework SystemConfiguration"
)
endif()