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/cmake
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 /cmake
parent8251833005685d106093e2ef26b0b893efd97fac (diff)
[pybindings] remove linking to libpython
Diffstat (limited to 'cmake')
-rw-r--r--cmake/BundledBoost.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/BundledBoost.cmake b/cmake/BundledBoost.cmake
index edf47675a7..44382879e0 100644
--- a/cmake/BundledBoost.cmake
+++ b/cmake/BundledBoost.cmake
@@ -57,7 +57,6 @@ function(setup_bundled_boost_with_python)
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
- set(PYTHON_LIBRARIES ${PYTHON_LIBRARIES} PARENT_SCOPE)
set(Boost_LIBRARIES ${Boost_LIBRARIES} PARENT_SCOPE)
add_subdirectory(pyhelpers)