Bugfix DESKTOP option initialisation
parent
8f6fbdde64
commit
8aba2424bb
|
@ -85,7 +85,7 @@ option(TESTS "Enable tests" ON)
|
||||||
option(CBOT_STATIC "Build CBot as static libary" OFF)
|
option(CBOT_STATIC "Build CBot as static libary" OFF)
|
||||||
|
|
||||||
# Generate desktop files, manpage, etc.
|
# Generate desktop files, manpage, etc.
|
||||||
option(DESKTOP ON)
|
option(DESKTOP "Generate desktop files, manpages, etc" ON)
|
||||||
|
|
||||||
# Doxygen docs are optional for installation
|
# Doxygen docs are optional for installation
|
||||||
option(INSTALL_DOCS "Install Doxygen-generated documentation" OFF)
|
option(INSTALL_DOCS "Install Doxygen-generated documentation" OFF)
|
||||||
|
|
Loading…
Reference in New Issue