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 libuuid library on Unix system provides .pc files (see for https://packages.debian.org/jessie/amd64/uuid-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 libuuid may expect this .pc files to be available on Linux/macOS .
Proposed solution
We should modify the libuuid CMake-based build system maintained in vcpkg to emit .pc as done by the native libuuid build system.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
libuuid
library on Unix system provides.pc
files (see for https://packages.debian.org/jessie/amd64/uuid-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 onlibuuid
may expect this.pc
files to be available on Linux/macOS .Proposed solution
We should modify the
libuuid
CMake-based build system maintained in vcpkg to emit.pc
as done by the nativelibuuid
build system.Additional context
The text was updated successfully, but these errors were encountered: