CMake: tidy

- remove weird message about debugging updates
 - add some space after the QML dirs information
This commit is contained in:
Adriaan de Groot 2019-05-21 12:14:47 +02:00
parent 38485f675c
commit ee3a2bcbe8
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -25,3 +25,5 @@ foreach( SUBDIRECTORY ${SUBDIRECTORIES} )
endif() endif()
endforeach() endforeach()
message( "" )