summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2011-06-17 10:32:42 -0700
committerVicent Martí <tanoku@gmail.com>2011-06-17 10:32:42 -0700
commitf252d479e7363baa857248b3fb9a7fb4e517deaf (patch)
tree4faf13450405c866cb7da82bb603af0854d828ad
parent2414d000a15f5fc017b29664f78083e356bad9fb (diff)
parent3d96996da6f125450ceb163204cff56e2f3d2daf (diff)
downloadlibgit2-f252d479e7363baa857248b3fb9a7fb4e517deaf.tar.gz
Merge pull request #264 from nulltoken/patch-2
Fix misleading comment in CMake build script
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e56ace2da..72f6049f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ IF (MSVC)
SET(CMAKE_C_FLAGS_RELEASE "/MT /O2")
ENDIF()
-# Build Release by default
+# Build Debug by default
IF (NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
ENDIF ()