From 8aba2424bb7f35591e9cb026a6ad39e1f300432e Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sun, 24 Mar 2013 22:24:04 +0100 Subject: Bugfix DESKTOP option initialisation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 48a47bb..628b700 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ option(TESTS "Enable tests" ON) option(CBOT_STATIC "Build CBot as static libary" OFF) # Generate desktop files, manpage, etc. -option(DESKTOP ON) +option(DESKTOP "Generate desktop files, manpages, etc" ON) # Doxygen docs are optional for installation option(INSTALL_DOCS "Install Doxygen-generated documentation" OFF) -- cgit v1.2.3-1-g7c22