diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86c2925c6867f3d1323290c893f180621b7bcc9b..ee9c9ea6c9e194698f84b288fea9995fe01e3429 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,8 +6,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeScripts)
 
 IF(NOT CMAKE_BUILD_TYPE)
 	SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
-		"Choose the type of build, options are: None Debug Release
-RelWithDebInfo MinSizeRel."
+		"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel."
 		FORCE)
 ENDIF(NOT CMAKE_BUILD_TYPE)