]> git.cworth.org Git - apitrace/commitdiff
Revert "Set default build type to debug."
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 14 May 2011 09:34:08 +0000 (10:34 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 14 May 2011 09:34:08 +0000 (10:34 +0100)
This reverts commit d75f6073101486e05b6cb4aedb4a923352330309.

CMakeLists.txt

index 7dbd30749392de4a42fc852a840a647f3b224fb7..9122707430b845e7a91392d54a6f5746c8730a98 100755 (executable)
@@ -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)