-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[C++][CMake] Use "RapidJSON" CMake target for RapidJSON #40209
Comments
kou
added a commit
to kou/arrow
that referenced
this issue
Feb 23, 2024
Because upstream uses "RapidJSON" for CMake target name. FindRapidJSONAlt.cmake also provides "RapidJSON" CMake target instead of just providing RAPIDJSON_INCLUDE_DIR.
kou
added a commit
to kou/arrow
that referenced
this issue
Feb 23, 2024
Because upstream uses "RapidJSON" for CMake target name. FindRapidJSONAlt.cmake also provides "RapidJSON" CMake target instead of just providing RAPIDJSON_INCLUDE_DIR.
kou
added a commit
that referenced
this issue
Feb 24, 2024
…0210) ### Rationale for this change Because upstream uses "RapidJSON" for CMake target name. ### What changes are included in this PR? Rename "rapidjson::rapidjson" to "RapidJSON". FindRapidJSONAlt.cmake provides "RapidJSON" CMake target instead of just providing RAPIDJSON_INCLUDE_DIR. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #40209 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Issue resolved by pull request 40210 |
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Feb 28, 2024
…ON (apache#40210) ### Rationale for this change Because upstream uses "RapidJSON" for CMake target name. ### What changes are included in this PR? Rename "rapidjson::rapidjson" to "RapidJSON". FindRapidJSONAlt.cmake provides "RapidJSON" CMake target instead of just providing RAPIDJSON_INCLUDE_DIR. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#40209 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this issue
Mar 8, 2024
…ON (apache#40210) ### Rationale for this change Because upstream uses "RapidJSON" for CMake target name. ### What changes are included in this PR? Rename "rapidjson::rapidjson" to "RapidJSON". FindRapidJSONAlt.cmake provides "RapidJSON" CMake target instead of just providing RAPIDJSON_INCLUDE_DIR. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#40209 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
Because upstream uses "RapidJSON" for CMake target name in its CMake package: https://github.com/Tencent/rapidjson/blob/3f73edae00aba5b0112a80b4d41e6f1ff7d92a3d/CMakeLists.txt#L258
Component(s)
C++
The text was updated successfully, but these errors were encountered: