CMake: tidy
- remove weird message about debugging updates - add some space after the QML dirs information
This commit is contained in:
parent
38485f675c
commit
ee3a2bcbe8
@ -1,9 +1,5 @@
|
|||||||
add_definitions( -DUIDLLEXPORT_PRO )
|
add_definitions( -DUIDLLEXPORT_PRO )
|
||||||
|
|
||||||
if( NOT CMAKE_BUILD_TYPE STREQUAL "Release" )
|
|
||||||
message( "Building in debug mode, enabling all debug updates" )
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set( calamaresSources
|
set( calamaresSources
|
||||||
main.cpp
|
main.cpp
|
||||||
CalamaresApplication.cpp
|
CalamaresApplication.cpp
|
||||||
|
@ -25,3 +25,5 @@ foreach( SUBDIRECTORY ${SUBDIRECTORIES} )
|
|||||||
|
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
message( "" )
|
||||||
|
Loading…
Reference in New Issue
Block a user