kou commented on code in PR #35196:
URL: https://github.com/apache/arrow/pull/35196#discussion_r1169502524
##########
cpp/src/arrow/ArrowConfig.cmake.in:
##########
@@ -101,7 +101,7 @@ if(TARGET Arrow::arrow_static AND NOT TARGET
Arrow::arrow_bundled_dependencies)
foreach(CONFIGURATION ${arrow_static_configurations})
string(TOUPPER "${CONFIGURATION}" CONFIGURATION)
get_target_property(arrow_static_location Arrow::arrow_static
- LOCATION_${CONFIGURATION})
+ IMPORTED_LOCATION_${CONFIGURATION})
Review Comment:
Ah, wait. I want to say about `get_target_property(arrow_static_location
Arrow::arrow_static LOCATION_${CONFIGURATION})` (read a property) not
`set_target_property()`.
--
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]