Fix accidental cmake changes.

This commit is contained in:
BenDol
2014-04-02 03:04:10 +13:00
parent 8b3f3b11f0
commit 166eb7614f
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ set(BUILD_REVISION "0" CACHE "Git revision string (intended for releases)" STRIN
# default build type
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug")
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif()
if(WIN32)