From: José Fonseca Date: Sat, 14 May 2011 09:34:08 +0000 (+0100) Subject: Revert "Set default build type to debug." X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=70e83e1c84d8d2815ef42025a6f06e121652ba66;p=apitrace Revert "Set default build type to debug." This reverts commit d75f6073101486e05b6cb4aedb4a923352330309. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dbd307..9122707 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,14 +8,6 @@ project (apitrace) set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) -# Set default built type -if (NOT CMAKE_BUILD_TYPE) - set (CMAKE_BUILD_TYPE Debug - CACHE - STRING "Choose the build type, options are: None, Debug, Release, RelWithDebInfo, or MinSizeRel." - FORCE) -endif (NOT CMAKE_BUILD_TYPE) - set (CMAKE_USE_PYTHON_VERSION 2.6) find_package (PythonInterp REQUIRED)