Index: /CMakeLists.txt
===================================================================
--- /CMakeLists.txt	(revision 12063)
+++ /CMakeLists.txt	(revision 12349)
@@ -52,5 +52,5 @@
 
 
-## Add build type: Profiling ##
+# Add build type: Profiling
 SET( CMAKE_CXX_FLAGS_PROFILING "-O2 -g -pg" CACHE STRING
     "Flags used by the C++ compiler during profiling builds."
@@ -72,11 +72,6 @@
     CMAKE_EXE_LINKER_FLAGS_PROFILING
     CMAKE_SHARED_LINKER_FLAGS_PROFILING )
-# Update the documentation string of CMAKE_BUILD_TYPE for GUIs
-#SET( CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}" CACHE STRING
-#    "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Profiling."
-#    FORCE )
-## [Add build type: Profiling] ##
-
-## set default build type
+
+# set default build type
 IF(NOT CMAKE_BUILD_TYPE)
    SET(CMAKE_BUILD_TYPE Release
@@ -84,12 +79,11 @@
        FORCE)
 ENDIF(NOT CMAKE_BUILD_TYPE)
-message("---> Current build type is: ${CMAKE_BUILD_TYPE}")
-
-
-
+message(STATUS "Current build type is: ${CMAKE_BUILD_TYPE}")
 
 ## Provide some choices for CMAKE_BUILD_TYPE
-#set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
-#    "" Release Debug RelWithDebInfo MinSizeRel)
+set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
+    "" Release Debug RelWithDebInfo MinSizeRel Profiling)
+
+
 
 # Explicitly add BUILD_SHARED_LIBS to the user interface and default to on
