mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
comment says the wrong thing. actually uses "Debug" by default.
This commit is contained in:
parent
1c7b7df25f
commit
cc23e1b50b
3 changed files with 8 additions and 8 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue