cmake: fix build type string

This commit is contained in:
Davide Gerhard 2019-05-18 11:20:50 +02:00
parent f642d2fcf0
commit c5f52812e1
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ if(NOT DEFINED CMAKE_BUILD_TYPE OR
"${CMAKE_BUILD_TYPE}" STREQUAL "MacPorts")
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
endif()
message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}")
message(STATUS "Build type set to: ${CMAKE_BUILD_TYPE}")
# as default disable qDebug()
if(NOT DEBUG_OUTPUT)