kou commented on code in PR #14045:
URL: https://github.com/apache/arrow/pull/14045#discussion_r963463296


##########
docs/source/cpp/build_system.rst:
##########
@@ -51,7 +51,7 @@ file into an executable linked with the Arrow C++ shared 
library:
    find_package(Arrow REQUIRED)
 
    add_executable(my_example my_example.cc)
-   target_link_libraries(my_example PRIVATE arrow_shared)
+   target_link_libraries(my_example PRIVATE Arrow::arrow_shared)

Review Comment:
   Thanks!!!
   If you have a trouble, please ask me!



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to