ros / resource_retriever

Package used to retrieve resources of different kinds, e.g. http://, file://, the ROS specific package://, etc.
8 stars 42 forks source link

Stop using python_cmake_module. #90

Closed clalancette closed 4 months ago

clalancette commented 6 months ago

We really don't need it anymore, and can just use the builtin find_package(Python3).

This must be merged before https://github.com/ros2/ros2/pull/1524 ; see that pull request for more information about this change.

clalancette commented 4 months ago

So, this isn't going to work as it stands. In particular, this is going to fail to build on Windows Debug.

Sorry, I thought that I had put this notice on all of these PRs, but I must have missed this one. Would you mind reverting it?