ros-simulation / gazebo_ros_pkgs

Wrappers, tools and additional API's for using ROS with Gazebo
http://wiki.ros.org/gazebo_ros_pkgs
742 stars 766 forks source link

add find_package PkgConfig before calling pkg_check_modules #1505

Open alsora opened 10 months ago

alsora commented 10 months ago

In order to call pkg_check_modules it's necessary to first have found PkgConfig. Without this, depending on which packages you are building in your system, this may fail.