CMake: campbell already added default build type as release a few hours

earlier in a different way, missed that, so reverting my change.
This commit is contained in:
Brecht Van Lommel
2011-06-28 15:43:03 +00:00
parent a05b66defb
commit 3211bea679

View File

@@ -53,11 +53,6 @@ if(NOT EXECUTABLE_OUTPUT_PATH)
set(FIRST_RUN "TRUE")
endif()
# set default build type to Release
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
endif()
# this starts out unset
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/build_files/cmake/Modules")