BUG: Removing Remove Variables call

This commit is contained in:
Dan Blezek 2001-05-07 10:02:56 -04:00
parent 45aef39724
commit 5066defc23
1 changed files with 3 additions and 1 deletions

View File

@ -93,7 +93,9 @@ void cmConfigureFile::FinalPass()
{ {
inLine = buffer; inLine = buffer;
m_Makefile->ExpandVariablesInString(inLine); m_Makefile->ExpandVariablesInString(inLine);
m_Makefile->RemoveVariablesInString(inLine); // This call will remove all tcl variable substitutions of the form ${Foo}
// m_Makefile->RemoveVariablesInString(inLine);
// look for special cmakedefine symbol and handle it // look for special cmakedefine symbol and handle it
// is the symbol defined // is the symbol defined
if (cmdefine.find(inLine)) if (cmdefine.find(inLine))