urdfdom icon indicating copy to clipboard operation
urdfdom copied to clipboard

Install pkg-config .pc file also on Windows/MSVC

Open traversaro opened this issue 3 years ago • 1 comments

On Windows, both vcpkg and conda package managers explicitly support the use of pkg-config .pc files. Consuming this files is done either via CMake's FindPkgConfig module, or directly using pkg-config tool with the --msvc-syntax command line option (see https://gitlab.freedesktop.org/pkg-config/pkg-config/-/blob/master/README.win32).

For this reason, I do not think there is any reason for not installing .pc files if the library is configured on Windows.

traversaro avatar Apr 02 '22 14:04 traversaro

Related PRs on dependencies:

  • https://github.com/ros/console_bridge/pull/96
  • https://github.com/ros/urdfdom_headers/pull/72

traversaro avatar Apr 02 '22 14:04 traversaro

Do you have any opinion on this @scpeters @clalancette @shane (i.e. the mantainers according to https://github.com/ros/urdfdom/blob/3.1.1/package.xml )? Thanks in advance!

traversaro avatar Apr 15 '23 10:04 traversaro