mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
💩 Remove Sentry Reporting
This commit is contained in:
@@ -9,15 +9,6 @@ set( LIBRARIES
|
||||
lib-uuid
|
||||
)
|
||||
|
||||
if ( ${_OPT}has_networking )
|
||||
list( APPEND LIBRARIES lib-network-manager)
|
||||
endif()
|
||||
|
||||
# This library depends on lib-network-manager
|
||||
# If Sentry reporting is disabled, an INTERFACE library
|
||||
# will be defined
|
||||
list( APPEND LIBRARIES lib-sentry-reporting)
|
||||
|
||||
foreach( LIBRARY ${LIBRARIES} )
|
||||
add_subdirectory( "${LIBRARY}" )
|
||||
endforeach()
|
||||
|
||||
Reference in New Issue
Block a user