Skip to content

Commit

Permalink
Revert "fix property"
Browse files Browse the repository at this point in the history
This reverts commit 9451981.
  • Loading branch information
assignUser committed Apr 18, 2023
1 parent c0facaf commit 3c7c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/ArrowConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
IMPORTED_LOCATION_${CONFIGURATION})
LOCATION_${CONFIGURATION})
get_filename_component(arrow_lib_dir "${arrow_static_location}" DIRECTORY)
set_property(TARGET Arrow::arrow_bundled_dependencies
APPEND
Expand Down

0 comments on commit 3c7c7e6

Please sign in to comment.