Disable Breakpad symbol generation, not needed for crashpad

This commit is contained in:
Liru Færs
2019-11-07 06:30:37 -05:00
parent 927e86bdc9
commit 573934e505

View File

@@ -1840,7 +1840,7 @@ if (INSTALL)
include(${CMAKE_CURRENT_SOURCE_DIR}/ViewerInstall.cmake)
endif (INSTALL)
if (PACKAGE AND USE_CRASHPAD)
if (FALSE)
# Breakpad symbol-file generation
set(SYMBOL_NAME ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${VIEWER_CHANNEL_NOSPACE}-${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}-symbols)