Index: /trunk/FACT++/CMakeLists.txt
===================================================================
--- /trunk/FACT++/CMakeLists.txt	(revision 19218)
+++ /trunk/FACT++/CMakeLists.txt	(revision 19219)
@@ -8,8 +8,8 @@
 # Enable debug symbols by default
 # must be done before project() statement
-#IF (NOT CMAKE_BUILD_TYPE)
-#	SET(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)" FORCE)
-#ENDIF()
-# (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Release)
+IF (NOT CMAKE_BUILD_TYPE)
+	SET(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build (empty, ``Debug``, ``Release``, ``RelWithDebInfo`` and ``MinSizeRel``)" FORCE)
+ENDIF()
+# (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Debug)
 
 # Enable CLANG as default compilers, to change this use
