[rapidjson] RapidJSON_INCLUDE_DIRS needs to be patched in installed/<triplet>/share/rapidjson/RapidJSONConfig.cmake #7271
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Since PR #7152, RapidJSON is getting installed with a bogus RapidJSONConfig.cmake file in the share directory. There's a block of code in portfile.cmake which is gated on
VCPKG_USE_HEAD_VERSION
that seems to deal with this, removingif(VCPKG_USE_HEAD_VERSION)
...endif()
fixes this bug.I can submit a PR once I get my fork synched up, or if anyone else wants to pick it up before then that's cool with me.
The text was updated successfully, but these errors were encountered: