Skip to content
Snippets Groups Projects
Commit b51972ba authored by Oz Linden's avatar Oz Linden
Browse files

use copy_if_different to copy CrashReporter.nib so that it creates the directory if needed

parent 6f54add8
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ add_custom_command( ...@@ -85,7 +85,7 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND} COMMAND ${CMAKE_COMMAND}
ARGS ARGS
-E -E
copy_directory copy_if_different
${CMAKE_CURRENT_SOURCE_DIR}/CrashReporter.nib ${CMAKE_CURRENT_SOURCE_DIR}/CrashReporter.nib
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/mac-crash-logger.app/Contents/Resources/CrashReporter.nib ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/mac-crash-logger.app/Contents/Resources/CrashReporter.nib
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment