enable notifications by default in the cmake recipe, too
This commit is contained in:
parent
3d2fbb17b8
commit
f99f2dee25
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if(NOT MSVC)
|
|||
endif(NOT MSVC)
|
||||
|
||||
if(UNIX AND NOT APPLE AND NOT CYGWIN)
|
||||
option(ENABLE_NOTIFICATIONS "Enable Window manager notification messages" OFF)
|
||||
option(ENABLE_NOTIFICATIONS "Enable Window manager notification messages" ON)
|
||||
endif(UNIX AND NOT APPLE AND NOT CYGWIN)
|
||||
|
||||
set(BINARY_SUFFIX "" CACHE STRING "Suffix behind all binaries")
|
||||
|
|
Loading…
Add table
Reference in a new issue