From 3d96996da6f125450ceb163204cff56e2f3d2daf Mon Sep 17 00:00:00 2001 From: Date: Thu, 16 Jun 2011 08:10:25 -0700 Subject: [PATCH] Fix misleading comment in CMake build script --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()