mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
cmake: fix build type string
This commit is contained in:
parent
f642d2fcf0
commit
c5f52812e1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user