ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

missing packge ,how to find the correct package

asked 2017-02-22 07:07:06 -0500

anadgopi1994 gravatar image

While running cmake the following package missing problem occured , Could not find a package configuration file provided by "sys" with any of the following names:

sysConfig.cmake
sys-config.cmake

How to solve this

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-02-22 09:47:41 -0500

gvdhoorn gravatar image

updated 2017-02-22 09:48:42 -0500

Are you by any chance trying to find_package(..) the sys module from Python in your CMakeLists.txt?

If so, that is not needed and won't work: apart from the fact that sys is part of the Python standard runtime libs, Python modules are never find_package(..)ed.

Just remove it from your CMakeLists.txt.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-02-22 07:07:06 -0500

Seen: 167 times

Last updated: Feb 22 '17