From ee3a2bcbe888adb7c1496f06b200aed3957dea6a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 21 May 2019 12:14:47 +0200 Subject: [PATCH] CMake: tidy - remove weird message about debugging updates - add some space after the QML dirs information --- src/calamares/CMakeLists.txt | 4 ---- src/qml/calamares/CMakeLists.txt | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) 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( "" )