summaryrefslogtreecommitdiff
path: root/indra/mac_crash_logger
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-08-16 01:06:14 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-08-16 01:06:14 +0300
commit3ee8130bb0e7ae7d0794434a2254086557c2382b (patch)
treef0914b48cd16d7301366ac89824bd2e105d39364 /indra/mac_crash_logger
parent3ef47fc0057b1193ab94151589a2ac2742370520 (diff)
parentf6735af9315ed91a0d28804252c1351c9d4b379f (diff)
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/mac_crash_logger')
-rw-r--r--indra/mac_crash_logger/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/mac_crash_logger/CMakeLists.txt b/indra/mac_crash_logger/CMakeLists.txt
index ab20388261..f6c4dfb59d 100644
--- a/indra/mac_crash_logger/CMakeLists.txt
+++ b/indra/mac_crash_logger/CMakeLists.txt
@@ -85,7 +85,7 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND}
ARGS
-E
- copy_directory
+ copy_if_different
${CMAKE_CURRENT_SOURCE_DIR}/CrashReporter.nib
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/mac-crash-logger.app/Contents/Resources/CrashReporter.nib
)