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:
authorYuri Gorshenin <mipt.vi002@gmail.com>2017-04-27 16:02:06 +0300
committerGitHub <noreply@github.com>2017-04-27 16:02:06 +0300
commitbdfff9f7630f0fb3ef3cd867d3434ed7421581dd (patch)
tree21b8dc3919372c0acbba79f151bc131ad5f0188d
parente0c4b8b5c748708bc451bc6b6bfc410929c9e327 (diff)
parent7cf233ae311a8f1d1d116205014c8972759e100b (diff)
Merge pull request #5934 from mgsergio/masterpy-modules-0.1.7
Fix pylocal_ads.so build for linux.
-rw-r--r--local_ads/pylocal_ads/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/local_ads/pylocal_ads/CMakeLists.txt b/local_ads/pylocal_ads/CMakeLists.txt
index c26a5896be..c0fcb3760c 100644
--- a/local_ads/pylocal_ads/CMakeLists.txt
+++ b/local_ads/pylocal_ads/CMakeLists.txt
@@ -11,8 +11,8 @@ omim_link_libraries(
${PROJECT_NAME}
${PYTHON_LIBRARIES}
${Boost_LIBRARIES}
- base
local_ads
+ base
)
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")