CMake: actually write the NO_CONFIG setting
This commit is contained in:
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…
Reference in New Issue
Block a user