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-17 16:39:07 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-18 11:26:38 +0300
commit2669462b25baa7af9f27d80904bca22ddf3352b2 (patch)
tree329420b9f62e2330178057fdd95d1ad1ce197fa0 /traffic
parentf42d8f123c28d7ea81afdafdd1313aa8b39346d6 (diff)
Added the link platform function.
Diffstat (limited to 'traffic')
-rw-r--r--traffic/pytraffic/CMakeLists.txt3
-rw-r--r--traffic/traffic_tests/CMakeLists.txt3
2 files changed, 0 insertions, 6 deletions
diff --git a/traffic/pytraffic/CMakeLists.txt b/traffic/pytraffic/CMakeLists.txt
index 148e08ec52..b8ec31abf4 100644
--- a/traffic/pytraffic/CMakeLists.txt
+++ b/traffic/pytraffic/CMakeLists.txt
@@ -30,10 +30,7 @@ if (PLATFORM_MAC)
omim_link_libraries(
${PROJECT_NAME}
${Qt5Widgets_LIBRARIES}
- "-framework Cocoa"
- "-framework IOKit"
"-framework QuartzCore"
- "-framework SystemConfiguration"
)
endif()
diff --git a/traffic/traffic_tests/CMakeLists.txt b/traffic/traffic_tests/CMakeLists.txt
index d722122235..8f8a81b117 100644
--- a/traffic/traffic_tests/CMakeLists.txt
+++ b/traffic/traffic_tests/CMakeLists.txt
@@ -30,9 +30,6 @@ if (PLATFORM_MAC)
omim_link_libraries(
${PROJECT_NAME}
${Qt5Widgets_LIBRARIES}
- "-framework IOKit"
- "-framework Cocoa"
- "-framework SystemConfiguration"
)
endif()