mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -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 )
|
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…
Add table
Add a link
Reference in a new issue