You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The gts library on Unix system provides .pc files (see for https://packages.debian.org/jessie/amd64/libgts-dev/filelist), but the CMake-based build system maintained in vcpkg does not install them. This may be problematic because downstream build system that depend on gts may expect this .pc files to be available on Linux/macOS .
Proposed solution
We should modify the gts CMake-based build system maintained in vcpkg to emit .pc as done by the native gts build system.
Is your feature request related to a problem? Please describe.
The
gts
library on Unix system provides.pc
files (see for https://packages.debian.org/jessie/amd64/libgts-dev/filelist), but the CMake-based build system maintained in vcpkg does not install them. This may be problematic because downstream build system that depend ongts
may expect this.pc
files to be available on Linux/macOS .Proposed solution
We should modify the
gts
CMake-based build system maintained in vcpkg to emit.pc
as done by the nativegts
build system.Additional context
This emerged from #11273 .
The text was updated successfully, but these errors were encountered: