1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Merge pull request #1664 from flying-dude/master

comment says the wrong thing. actually uses "Debug" by default.
This commit is contained in:
Brian Fiete 2022-07-30 11:37:08 -04:00 committed by GitHub
commit decc0c0826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ set(OUTPUT_RELEASE Release/bin)
project(${PROJECT_NAME} CXX C)
# Define Release by default.
# Define Debug by default.
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug")
message(STATUS "Build type not specified: Use Debug by default.")