Index: trunk/FACT++/CMakeLists.txt
===================================================================
--- trunk/FACT++/CMakeLists.txt	(revision 19219)
+++ trunk/FACT++/CMakeLists.txt	(revision 19222)
@@ -8,7 +8,5 @@
 # Enable debug symbols by default
 # must be done before project() statement
-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()
+SET(CMAKE_BUILD_TYPE_INIT Release) 
 # (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Debug)
 
