We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1b52e commit 7372114Copy full SHA for 7372114
python_orocos_kdl/CMakeLists.txt
@@ -16,6 +16,8 @@ else()
16
SET(PYTHON_VERSION 2 CACHE STRING "Python Version")
17
endif()
18
19
+set(PYBIND11_PYTHON_VERSION ${PYTHON_VERSION} CACHE STRING "Python version used by PyBind11")
20
+
21
find_package(PythonInterp ${PYTHON_VERSION} REQUIRED)
22
find_package(PythonLibs ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} REQUIRED)
23
# get_python_lib in python3 produces path which isn't in sys.path: https://bugs.launchpad.net/ubuntu/+source/python3-stdlib-extensions/+bug/1832215
0 commit comments