summaryrefslogtreecommitdiff
path: root/indra/win_crash_logger
diff options
context:
space:
mode:
authorpalange <palange@lindenlab.com>2009-11-05 17:51:50 -0800
committerpalange <palange@lindenlab.com>2009-11-05 17:51:50 -0800
commitec32310c8602bf4dc69ed27e8c177cbd32c24411 (patch)
tree6bf8dfa322efacc8a802e3a56c4e693acb582258 /indra/win_crash_logger
parent953b7ea550bb59f5ebc12c0dfc4e0a454da4f601 (diff)
Removed search_dirs and dst_path arguments from ll_deploy_sharedlibs_command()
Fixed mac breakage.
Diffstat (limited to 'indra/win_crash_logger')
-rw-r--r--indra/win_crash_logger/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/win_crash_logger/CMakeLists.txt b/indra/win_crash_logger/CMakeLists.txt
index e141d7aa52..990dc6783e 100644
--- a/indra/win_crash_logger/CMakeLists.txt
+++ b/indra/win_crash_logger/CMakeLists.txt
@@ -89,7 +89,4 @@ if (WINDOWS)
)
endif (WINDOWS)
-ll_deploy_sharedlibs_command(
- windows-crash-logger
- "${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}"
- ".")
+ll_deploy_sharedlibs_command(windows-crash-logger) \ No newline at end of file