mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +00:00
Fix typo in CMakeLists.txt
This commit is contained in:
parent
bb07d68c32
commit
b7452b8e7a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user