From 5066defc2378172be5bcfc22238d9cb68f05bb29 Mon Sep 17 00:00:00 2001 From: Dan Blezek Date: Mon, 7 May 2001 10:02:56 -0400 Subject: BUG: Removing Remove Variables call --- Source/cmConfigureFile.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/cmConfigureFile.cxx b/Source/cmConfigureFile.cxx index a94d915..8171faf 100644 --- a/Source/cmConfigureFile.cxx +++ b/Source/cmConfigureFile.cxx @@ -93,7 +93,9 @@ void cmConfigureFile::FinalPass() { inLine = buffer; 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 // is the symbol defined if (cmdefine.find(inLine)) -- cgit v0.12