diff options
-rw-r--r-- | indra/newview/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index bed0132e23..915bfdc39e 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2292,7 +2292,8 @@ if (PACKAGE AND (RELEASE_CRASH_REPORTING OR NON_RELEASE_CRASH_REPORTING) AND VIE COMMAND "dsymutil" ARGS ${VIEWER_BINARY_NAME} - DEPENDS ${VIEWER_BINARY_NAME} +## redundant with add_dependencies() below, and possibly harmful +## DEPENDS ${VIEWER_BINARY_NAME} COMMENT "Generating ${VIEWER_APP_DSYM}" ) add_custom_target(dsym_generate DEPENDS "${VIEWER_APP_DSYM}") |