From b7452b8e7a6215332921e642166109c6a0645bb3 Mon Sep 17 00:00:00 2001 From: "john.mccutchan" Date: Tue, 27 Jan 2009 15:23:51 +0000 Subject: [PATCH] Fix typo in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0b9baadc..2e8a41182 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(BULLET_PHYSICS) SET(BULLET_VERSION 2.73) IF (NOT CMAKE_BUILD_TYPE) -// SET(CMAKE_BUILD_TYPE "Debug") +# SET(CMAKE_BUILD_TYPE "Debug") SET(CMAKE_BUILD_TYPE "Release") ENDIF (NOT CMAKE_BUILD_TYPE)