[rapidcheck] Upgrade to 2023-12-14.
~~Later revisions are available but they introduce pkgconfig support which make vcpkg complain that hard coded file paths are deployed to lib/pkgconfig/*.pc files and I am not sure what to do about them.~~ Upgraded to the latest revision to date.
- [x] Changes comply with the maintainer guide.
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this new version.
- [x] Any fixed CI baseline entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's directory.
- [x] The version database is fixed by rerunning
./vcpkg x-add-version --alland committing the result. - [x] Only one version is added to each modified port's versions file.
@microsoft-github-policy-service agree
I have checked the port against g++-13 and VS2022.
they introduce pkgconfig support which make vcpkg complain that hard coded file paths are deployed to lib/pkgconfig/*.pc files and I am not sure what to do about them.
Call vcpkg_fixup_pkgconfig().
Call
vcpkg_fixup_pkgconfig().
Done, thanks for your help.