ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

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

Closed traversaro closed 1 year ago

traversaro commented 2 years ago

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 commented 2 years ago

FYI @scpeters, as this repo does not have .github/CODEOWNERS file the reviewers do not get assigned automatically.

scpeters commented 1 year ago

sorry for the delay, not sure how I missed this!