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 464acd9 commit 1d3c91fCopy full SHA for 1d3c91f
CMakeLists.txt
@@ -195,7 +195,7 @@ endif()
195
196
# Stub generation requires typing-extensions
197
# ROS Humble ships an incompatible typing-extensions with python3.10
198
-if(PYTHON_VERSION_MAJOR EQUAL 3 AND PYTHON_VERSION_MINOR GREATER_EQUAL 11)
+if(Python_VERSION VERSION_GREATER_EQUAL 3.11.0)
199
nanobind_add_stub(
200
nanoeigenpy_stub
201
VERBOSE
0 commit comments