mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
💩 Remove Sentry Reporting
This commit is contained in:
@@ -170,19 +170,8 @@ include( CMakePushCheckState )
|
||||
include( GNUInstallDirs )
|
||||
include( TestBigEndian )
|
||||
|
||||
set_from_env(SENTRY_DSN_KEY)
|
||||
set_from_env(SENTRY_HOST)
|
||||
set_from_env(SENTRY_PROJECT)
|
||||
set_from_env(CRASH_REPORT_URL)
|
||||
|
||||
cmake_dependent_option(
|
||||
${_OPT}has_sentry_reporting
|
||||
"Build support for sending errors to Sentry"
|
||||
On
|
||||
"${_OPT}has_networking;DEFINED SENTRY_DSN_KEY;DEFINED SENTRY_HOST;DEFINED SENTRY_PROJECT"
|
||||
Off
|
||||
)
|
||||
|
||||
cmake_dependent_option(
|
||||
${_OPT}has_crashreports
|
||||
"Enables crash reporting for Audacity"
|
||||
|
Reference in New Issue
Block a user