CMake: actually write the NO_CONFIG setting

This commit is contained in:
Adriaan de Groot 2020-01-24 20:58:23 +01:00
parent 00deeec8c8
commit 5ad73681c2

View File

@ -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()