diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-11 17:52:46 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-11 17:52:46 +0100 |
commit | 1207c2fd006842a86e4ecf45bf653dc54081db1b (patch) | |
tree | ab4502230572a1c721b9fdc13fa71d337cc9d43d /indra | |
parent | fa7b290551c2061af63bbad18c6ce7a82abb307c (diff) | |
parent | b51972bac7f0b11955474baebebd3f1d7c9e60e3 (diff) |
Merge TC CMake fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/mac_crash_logger/CMakeLists.txt | 2 |
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 ) |