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 1acf72e commit 821b595Copy full SHA for 821b595
core/cmake/pybind11.cmake.in
@@ -1,5 +1,5 @@
1
# pybind11 must use the ROS python version
2
-set(PYBIND11_PYTHON_VERSION ${PYTHON_VERSION_STRING})
+set(PYBIND11_PYTHON_VERSION ${PYTHON_VERSION})
3
4
if(@INSTALLSPACE@)
5
include(${CMAKE_CURRENT_LIST_DIR}/pybind11Config.cmake)
core/python/CMakeLists.txt
@@ -1,7 +1,7 @@
# We rely on pybind11's smart_holder branch imported pybind11 via git submodule
6
# Use minimum-size optimization for pybind11 bindings
7
add_compile_options("-Os")
0 commit comments