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:
authorVictor Popov <v.popov@corp.mail.ru>2019-01-15 16:17:29 +0300
committerSergey Yershov <syershov@maps.me>2019-01-15 17:19:36 +0300
commit9008821662374268bd27971334a2c6ec4dd4627b (patch)
treeba9f17553ef161b57de62e4d34ba746f5c3e9094
parenta6898bfebefb6e321e6bf842afbbf844ffc2012f (diff)
fix linking of pysearch module: now indexer::CategoriesIndex::GetAssociatedTypes is resolved correctlypy-modules-0.2.7
-rw-r--r--search/pysearch/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/pysearch/CMakeLists.txt b/search/pysearch/CMakeLists.txt
index 2464f6d865..c55701b9e5 100644
--- a/search/pysearch/CMakeLists.txt
+++ b/search/pysearch/CMakeLists.txt
@@ -14,8 +14,8 @@ omim_link_libraries(
search_tests_support
search
storage
- indexer
editor
+ indexer
geometry
platform
mwm_diff