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
path: root/search
diff options
context:
space:
mode:
authorVictor Popov <v.popov@corp.mail.ru>2020-09-10 20:18:25 +0300
committerMaksim Andrianov <maksimandrianov1@gmail.com>2020-09-22 13:43:17 +0300
commitf70760db49a6b98945a53bb25a9d41675c19d0fb (patch)
tree6271dd2148aa56b53e6cf4fc2a637751979b1252 /search
parent8251833005685d106093e2ef26b0b893efd97fac (diff)
[pybindings] remove linking to libpython
Diffstat (limited to 'search')
-rw-r--r--search/pysearch/CMakeLists.txt1
-rw-r--r--search/pysearch/README.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/search/pysearch/CMakeLists.txt b/search/pysearch/CMakeLists.txt
index 58ac4d3267..82ce67fa77 100644
--- a/search/pysearch/CMakeLists.txt
+++ b/search/pysearch/CMakeLists.txt
@@ -32,7 +32,6 @@ omim_link_libraries(
pugixml
stats_client
succinct
- ${PYTHON_LIBRARIES}
${Boost_LIBRARIES}
${LIBZ}
)
diff --git a/search/pysearch/README.txt b/search/pysearch/README.txt
index f2f6fda077..6dc6270c88 100644
--- a/search/pysearch/README.txt
+++ b/search/pysearch/README.txt
@@ -27,7 +27,6 @@ This document describes how to use this module.
-DPYBINDINGS=ON\
-DPYTHON_VERSION=3.7\
-DPYBINDINGS_VERSION=3.7\
- -DPYTHON_LIBRARIES=<path-to-libpython.dylib>\
-DPYTHON_INCLUDE_DIRS=<path-to-dir-with-Python.h>\
-DCMAKE_PREFIX_PATH=<path-to-qt5.5>