Skip to content

Commit

Permalink
Enforce PYTHON_MODULE_EXTENSION as rclpy is explicitely including pyb…
Browse files Browse the repository at this point in the history
…ind11, which generates the same issue
  • Loading branch information
AlexisTM committed Oct 19, 2022
1 parent bd2bbde commit a5294be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Modules/FindPythonExtra.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,5 @@ find_package_handle_standard_args(PythonExtra
FOUND_VAR PythonExtra_FOUND
REQUIRED_VARS ${_required_vars}
)

set(PYTHON_MODULE_EXTENSION ${PythonExtra_EXTENSION_SUFFIX}${PythonExtra_EXTENSION_EXTENSION})

0 comments on commit a5294be

Please sign in to comment.