CMakeLists.txt: Fix whitespace, cosmetics.
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 29 Nov 2014 15:04:38 +0000 (16:04 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 29 Nov 2014 15:05:44 +0000 (16:05 +0100)
CMakeLists.txt

index 05c6270c5ded577531ae15bb1138731f66b4c092..49358505fe81dd4891a0fc0c4777cb8b9ca89201 100644 (file)
@@ -53,9 +53,9 @@ if(WIN32)
 endif()
 
 if(NOT CMAKE_BUILD_TYPE)
-  set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
-      "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel."
-      FORCE)
+       set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
+       "Choose the type of build (None, Debug, Release, RelWithDebInfo, MinSizeRel)."
+       FORCE)
 endif()
 
 #===============================================================================