mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 11:11:23 +00:00
enable notifications by default in the cmake recipe, too
This commit is contained in:
parent
3d2fbb17b8
commit
f99f2dee25
@ -88,7 +88,7 @@ if(NOT MSVC)
|
|||||||
endif(NOT MSVC)
|
endif(NOT MSVC)
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE AND NOT CYGWIN)
|
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)
|
endif(UNIX AND NOT APPLE AND NOT CYGWIN)
|
||||||
|
|
||||||
set(BINARY_SUFFIX "" CACHE STRING "Suffix behind all binaries")
|
set(BINARY_SUFFIX "" CACHE STRING "Suffix behind all binaries")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user