mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
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
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -25,3 +25,5 @@ foreach( SUBDIRECTORY ${SUBDIRECTORIES} )
|
|||
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
message( "" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue