diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-09 00:20:57 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-09 02:17:36 +0300 |
commit | a791a22b1b00416fc6f84240dd95113a3787668d (patch) | |
tree | 931ec43e1adc4e5e565cdb19b91cfbb1ea60ea8c /indra/newview/CMakeLists.txt | |
parent | a212a862b48dbe07e069b87b68a5c202f0b34060 (diff) |
SL-14541 remove mac-crash-logger
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index cc6d98d1b9..7b8af8fc69 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2218,10 +2218,6 @@ if (DARWIN) add_dependencies(${VIEWER_BINARY_NAME} SLPlugin media_plugin_libvlc media_plugin_cef) - if (NOT USE_BUGSPLAT) - add_dependencies(${VIEWER_BINARY_NAME} mac-crash-logger) - endif (NOT USE_BUGSPLAT) - if (ENABLE_SIGNING) set(SIGNING_SETTING "--signature=${SIGNING_IDENTITY}") else (ENABLE_SIGNING) |