Fix typo in CMakeLists.txt

This commit is contained in:
john.mccutchan 2009-01-27 15:23:51 +00:00
parent bb07d68c32
commit b7452b8e7a

View File

@ -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)