threeal / ros2_kinect2

Tools for using the Kinect V2 in ROS 2
MIT License
5 stars 2 forks source link

argparse issue #15

Open AlfretzNehemia opened 1 year ago

AlfretzNehemia commented 1 year ago

Could not find a package configuration file provided by "argparse" with any of the following names:

argparseConfig.cmake
argparse-config.cmake
threeal commented 1 year ago

Opps.. sorry for this, back then i was using custom APT repository to include the argparse dependency. Seems it's not up anymore.

But if you're on Linux, you can try to manually install the .deb package from here.

Another alternative is to modify this project to include argparse as a dependency using CPM.cmake.

See this for a short example on how to include other project using CPM.cmake. For this case, i believe you just need to do this: