diff --git a/src/calamares/CMakeLists.txt b/src/calamares/CMakeLists.txt index 659865792..5159916e8 100644 --- a/src/calamares/CMakeLists.txt +++ b/src/calamares/CMakeLists.txt @@ -1,9 +1,5 @@ add_definitions( -DUIDLLEXPORT_PRO ) -if( NOT CMAKE_BUILD_TYPE STREQUAL "Release" ) - message( "Building in debug mode, enabling all debug updates" ) -endif() - set( calamaresSources main.cpp CalamaresApplication.cpp diff --git a/src/qml/calamares/CMakeLists.txt b/src/qml/calamares/CMakeLists.txt index ba2fb38b7..48f8ca96c 100644 --- a/src/qml/calamares/CMakeLists.txt +++ b/src/qml/calamares/CMakeLists.txt @@ -25,3 +25,5 @@ foreach( SUBDIRECTORY ${SUBDIRECTORIES} ) endif() endforeach() + +message( "" )