enable notifications by default in the cmake recipe, too

This commit is contained in:
Nils Kneuper 2010-03-03 10:21:55 +00:00
parent 3d2fbb17b8
commit f99f2dee25

View file

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