diff --git a/SConstruct b/SConstruct index 8618c685d..0b90fda49 100644 --- a/SConstruct +++ b/SConstruct @@ -1194,6 +1194,8 @@ if addInstallActions: # Make symlinks to replicate old header directory structure if env['legacy_headers']: + print ('WARNING: Installation of legacy headers is deprecated. ' + 'This installation option will be removed in Cantera 2.2.') install(env.Command, pjoin('$inst_incdir', 'kernel'), [], Mkdir("$TARGET")) install('$inst_incdir', 'platform/legacy/Cantera_legacy.h')