mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-05-13 01:39:34 +00:00
remove the RELEASE_BUILD define. use the QT_DEBUG define except the RELEASE_BUILD define.
This commit is contained in:
parent
293965356b
commit
413fe9afb7
@ -35,9 +35,6 @@ IF(NOT CMAKE_BUILD_TYPE)
|
||||
ENDIF(NOT CMAKE_BUILD_TYPE)
|
||||
|
||||
## Default Defines
|
||||
IF(CMAKE_BUILD_TYPE MATCHES Release)
|
||||
add_definitions(-DRELEASE_BUILD)
|
||||
ENDIF()
|
||||
## End DEfault defines
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/ccache.cmake)
|
||||
|
Loading…
x
Reference in New Issue
Block a user