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:
authorburivuh <burivuh@maps.me>2016-12-09 22:34:12 +0300
committerGitHub <noreply@github.com>2016-12-09 22:34:12 +0300
commitbd675c6b08cd7eda774548474a32787f2a96963a (patch)
tree213dafa955e2fae8cfe0e68b076f44eb87a81636
parentfc11a0b51010c55488206385c4bf7458efbdad42 (diff)
parent61d093fc438100ae4a769f83229a661e35cff5c7 (diff)
Merge pull request #4948 from syershov/fix-linux-buildpy-modules-0.1.1beta-521beta-520beta-519
Fix link order on linux
-rw-r--r--traffic/pytraffic/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/traffic/pytraffic/CMakeLists.txt b/traffic/pytraffic/CMakeLists.txt
index 987eadf89c..739c58fa91 100644
--- a/traffic/pytraffic/CMakeLists.txt
+++ b/traffic/pytraffic/CMakeLists.txt
@@ -43,10 +43,10 @@ endif()
omim_link_libraries(
${PROJECT_NAME}
- editor
+ traffic
routing
indexer
- traffic
+ editor
platform
geometry
coding