diff --git a/CMakeLists.txt b/CMakeLists.txt index 7073e9b6f..774c89cea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ option(USE_CCACHE "Use ccache when available" ON) option(SPELL_CHECK "Enable spell cheching support" ON) option(SVGZ_ICON "Compress the SVG icon of qTox" ON) option(ASAN "Compile with AddressSanitizer" OFF) -option(DESKTOP_NOTIFICATIONS "Use snorenotify for desktop notifications" ON) +option(DESKTOP_NOTIFICATIONS "Use snorenotify for desktop notifications" OFF) # process generated files if cmake >= 3.10 if(POLICY CMP0071)