Index: trunk/Mars/CMakeLists.txt
===================================================================
--- trunk/Mars/CMakeLists.txt	(revision 19220)
+++ trunk/Mars/CMakeLists.txt	(revision 19221)
@@ -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 (Debug or Release)" FORCE)
-ENDIF()
+SET(CMAKE_BUILD_TYPE_INIT Release) 
 # (you can also set it on the command line: -D CMAKE_BUILD_TYPE=Release)
 
@@ -18,11 +16,11 @@
 # the cache is deleted
 
-IF (NOT DEFINED CMAKE_C_COMPILER)
-	SET(CMAKE_C_COMPILER   "clang")#   CACHE STRING "Choose the compiler (c++, g++, clang++)" FORCE)
-ENDIF()
+#IF (NOT DEFINED CMAKE_C_COMPILER)
+#	SET(CMAKE_C_COMPILER   "clang")#   CACHE STRING "Choose the compiler (c++, g++, clang++)" FORCE)
+#ENDIF()
 #
-IF (NOT DEFINED CMAKE_CXX_COMPILER)
-	SET(CMAKE_CXX_COMPILER "clang++")# CACHE STRING "Choose the compiler (c++, g++, clang++)" FORCE)
-ENDIF()
+#IF (NOT DEFINED CMAKE_CXX_COMPILER)
+#	SET(CMAKE_CXX_COMPILER "clang++")# CACHE STRING "Choose the compiler (c++, g++, clang++)" FORCE)
+#ENDIF()
 
 #SET(CMAKE_VERBOSE_MAKEFILE ON)
