1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(ui): revert CMakeLists.txt

This commit is contained in:
Monsterovich 2019-05-23 19:18:24 +02:00
parent f8b54b39f3
commit 821ed52616

View File

@ -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)