CMake: actually write the NO_CONFIG setting

main
Adriaan de Groot 5 years ago
parent 00deeec8c8
commit 5ad73681c2

@ -178,7 +178,7 @@ function( calamares_add_plugin )
if ( PLUGIN_EMERGENCY )
file( APPEND ${_file} "emergency: true\n" )
endif()
if ( NO_CONFIG )
if ( PLUGIN_NO_CONFIG )
file( APPEND ${_file} "noconfig: true\n" )
endif()
endif()

Loading…
Cancel
Save