BUG: Removing Remove Variables call
This commit is contained in:
parent
45aef39724
commit
5066defc23
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue