@ -1,5 +1,3 @@
include ( CMakeColors )
# T h e v a r i a b l e S K I P _ M O D U L E S c a n b e s e t t o s k i p p a r t i c u l a r m o d u l e s ;
# T h e v a r i a b l e S K I P _ M O D U L E S c a n b e s e t t o s k i p p a r t i c u l a r m o d u l e s ;
# i n d i v i d u a l m o d u l e s c a n a l s o d e c i d e t h e y m u s t b e skipped ( e.g. OS-specific
# i n d i v i d u a l m o d u l e s c a n a l s o d e c i d e t h e y m u s t b e skipped ( e.g. OS-specific
# m o d u l e s , o r o n e s w i t h u n m e t d e p e n d e n c i e s ) . C o l l e c t t h e s k i p p e d m o d u l e s
# m o d u l e s , o r o n e s w i t h u n m e t d e p e n d e n c i e s ) . C o l l e c t t h e s k i p p e d m o d u l e s
@ -31,13 +29,9 @@ foreach( SUBDIRECTORY ${SUBDIRECTORIES} )
endif ( )
endif ( )
endforeach ( )
endforeach ( )
if ( LIST_SKIPPED_MODULES )
# T h i s i s * a l s o * d o n e i n t o p - l e v e l , s o l i s t i s d i s p l a y e d
message ( "${ColorReset}-- Skipped modules:" )
# b o t h b e f o r e a n d a f t e r t h e f e a t u r e s u m m a r y .
foreach ( SUBDIRECTORY ${ LIST_SKIPPED_MODULES } )
calamares_explain_skipped_modules ( ${ LIST_SKIPPED_MODULES } )
message ( "${ColorReset}-- Skipped ${BoldRed}${SUBDIRECTORY}${ColorReset}." )
endforeach ( )
message ( "" )
endif ( )
include ( CalamaresAddTranslations )
include ( CalamaresAddTranslations )
add_calamares_python_translations ( ${ CALAMARES_TRANSLATION_LANGUAGES } )
add_calamares_python_translations ( ${ CALAMARES_TRANSLATION_LANGUAGES } )