From 7cf233ae311a8f1d1d116205014c8972759e100b Mon Sep 17 00:00:00 2001 From: Sergey Magidovich Date: Thu, 27 Apr 2017 15:59:10 +0300 Subject: [PATCH] Fix pylocal_ads.so build for linux. --- local_ads/pylocal_ads/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "")