mapleFU commented on code in PR #44532:
URL: https://github.com/apache/arrow/pull/44532#discussion_r1817679488
##########
cpp/src/parquet/CMakeLists.txt:
##########
@@ -320,7 +320,7 @@ if(ARROW_TESTING)
# "link" our dependencies so that include paths are configured
# correctly
target_link_libraries(parquet_testing PUBLIC ${ARROW_GTEST_GMOCK})
- list(APPEND PARQUET_TEST_LINK_LIBS parquet_testing)
+ list(APPEND PARQUET_TEST_LINK_LIBS parquet_testing RapidJSON)
Review Comment:
add rapidjson to `PARQUET_TEST_LINK_LIBS`, hope will not affect too much
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]