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:
authorygorshenin <mipt.vi002@gmail.com>2016-11-23 14:52:51 +0300
committerGitHub <noreply@github.com>2016-11-23 14:52:51 +0300
commit2a175bc08316179a2d6f9c944ec6cd3b4da9d797 (patch)
tree9907c41b49af0ca9b807da2edaf4a1e936470342 /traffic
parentf36a01accc04908c2bbb6191f3e0c568f984f1f5 (diff)
parent9517d5779c778af46615fdfbe518d61c07df5102 (diff)
Merge pull request #4745 from therearesomewhocallmetim/cmake_link_platform
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()