mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 03:02:29 -04: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")
|
"${CMAKE_BUILD_TYPE}" STREQUAL "MacPorts")
|
||||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
|
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
|
||||||
endif()
|
endif()
|
||||||
message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}")
|
message(STATUS "Build type set to: ${CMAKE_BUILD_TYPE}")
|
||||||
|
|
||||||
# as default disable qDebug()
|
# as default disable qDebug()
|
||||||
if(NOT DEBUG_OUTPUT)
|
if(NOT DEBUG_OUTPUT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user