Skip to content

Commit

Permalink
CMake: Use COMMAND_EXPAND_LISTS option when invoking cmake.exe -E cop…
Browse files Browse the repository at this point in the history
…y_if_different

to copy libaprutil-1 dependencies.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920644 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 14, 2024
1 parent f7908b9 commit 5630314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ IF(BUILD_SHARED_LIBS)
"${CMAKE_COMMAND}" -E copy_if_different
$<TARGET_RUNTIME_DLLS:libaprutil-1>
$<TARGET_FILE_DIR:libaprutil-1>
COMMAND_EXPAND_LISTS
)
ELSE()
SET_TARGET_PROPERTIES(libaprutil-1 PROPERTIES
Expand Down

0 comments on commit 5630314

Please sign in to comment.