From 70e83e1c84d8d2815ef42025a6f06e121652ba66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 14 May 2011 10:34:08 +0100 Subject: [PATCH] Revert "Set default build type to debug." This reverts commit d75f6073101486e05b6cb4aedb4a923352330309. --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) 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) -- 2.45.2