diff options
| author | Maki <maki@hotmilk.space> | 2024-05-15 20:58:28 -0400 |
|---|---|---|
| committer | Maki <maki@hotmilk.space> | 2024-05-15 20:58:28 -0400 |
| commit | ec23d45e2e9a87147641fed6f8c3ef6083c2f878 (patch) | |
| tree | 169edbab006d8bbd86b2980ab98fb62e097067ff /indra/cmake/LLSharedLibs.cmake | |
| parent | 8d824e8923b26c7a1d858e6cb587be1cf7d4dfeb (diff) | |
| parent | 2f25f87ee719a79efc8316079f3c881eddb4d266 (diff) | |
Merge branch 'release/maint-b' into pipewire-linux-volume-catcher
Diffstat (limited to 'indra/cmake/LLSharedLibs.cmake')
| -rw-r--r-- | indra/cmake/LLSharedLibs.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/LLSharedLibs.cmake b/indra/cmake/LLSharedLibs.cmake index e3e2a3b0c6..48149129d6 100644 --- a/indra/cmake/LLSharedLibs.cmake +++ b/indra/cmake/LLSharedLibs.cmake @@ -1,6 +1,6 @@ # ll_deploy_sharedlibs_command # target_exe: the cmake target of the executable for which the shared libs will be deployed. -macro(ll_deploy_sharedlibs_command target_exe) +macro(ll_deploy_sharedlibs_command target_exe) set(TARGET_LOCATION $<TARGET_FILE:${target_exe}>) get_filename_component(OUTPUT_PATH ${TARGET_LOCATION} PATH) @@ -26,7 +26,7 @@ macro(ll_deploy_sharedlibs_command target_exe) add_custom_command( TARGET ${target_exe} POST_BUILD - COMMAND ${CMAKE_COMMAND} + COMMAND ${CMAKE_COMMAND} ARGS "-DBIN_NAME=\"${TARGET_LOCATION}\"" "-DSEARCH_DIRS=\"${SEARCH_DIRS}\"" |
