sighingnow commented on a change in pull request #9622:
URL: https://github.com/apache/arrow/pull/9622#discussion_r586993756



##########
File path: cpp/src/arrow/ArrowConfig.cmake.in
##########
@@ -71,19 +71,21 @@ if(NOT (TARGET arrow_shared OR TARGET arrow_static))
     get_property(arrow_static_loc TARGET arrow_static PROPERTY LOCATION)
     get_filename_component(arrow_lib_dir ${arrow_static_loc} DIRECTORY)
 
-    add_library(arrow_bundled_dependencies STATIC IMPORTED)
-    set_target_properties(
-      arrow_bundled_dependencies
-      PROPERTIES
-        IMPORTED_LOCATION
-        
"${arrow_lib_dir}/${CMAKE_STATIC_LIBRARY_PREFIX}arrow_bundled_dependencies${CMAKE_STATIC_LIBRARY_SUFFIX}"
-      )
+    if(@ARROW_BUNDLED_STATIC_LIBS@)

Review comment:
       @kou Fixed.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to