blob: c68d426311dd0fba0f146fe2094d52fd751df7d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
index e58d372..649e9f3 100644
--- a/src/python/CMakeLists.txt
+++ b/src/python/CMakeLists.txt
@@ -18,6 +18,7 @@ if (NOT BOOST_CUSTOM)
# different names on different systems. Try the most common ones.
foreach (_py_lib python-${PYTHON_VERSION_FOUND} python
python${PYTHON_VERSION_MAJOR}
+ python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}
python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
find_package (Boost QUIET COMPONENTS ${_py_lib})
string (TOUPPER ${_py_lib} _py_lib_name)
|