From 1e027321404b8ae71e09bff075e6e080f25cb354 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 13 Jun 2013 22:49:58 +0000 Subject: [PATCH] [SCons] Deprecate the 'legacy_headers' option --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) 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')