assignUser commented on code in PR #35196:
URL: https://github.com/apache/arrow/pull/35196#discussion_r1169325521
##########
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 I see the issue. CMake uses `IMPROTED_CONFIGURATIONS` to pick the
`<CONFIG>` bit but we have not set that so it is not able to choose the
configuration related location to set IMPORTED_LOCATION
--
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]