-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rapidjson] Remove usage #18308
[rapidjson] Remove usage #18308
Conversation
@upsj Is that what you need? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JackBoosY Thanks, that looks good! Somehow I didn't even notice the usage file 🤦♂️ I thought it was somehow autogenerated based on the exported cmake config.
Now, the usage is printed automatically: The package rapidjson:x86-windows provides CMake targets:
find_package(RapidJSON CONFIG REQUIRED)
target_link_libraries(main PRIVATE rapidjson)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
great, thanks :) |
* [rapidjson] Improve usage * update version record * Remove usage * update version record
Remove the usage since the upstream export the target
rapidjson
.Fixes #18292.