summaryrefslogtreecommitdiff
path: root/Source/cmConfigureFileCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-01-16 15:00:01 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-01-16 15:00:01 -0500
commitce8955670681075a9350f6c78f3ecfeede24e260 (patch)
tree1224b6378f1c951219a91279125f641a9a90d3e2 /Source/cmConfigureFileCommand.cxx
parenteede7afb7e664ea84b921f8b3d4616c37139fe16 (diff)
downloadcmake-ce8955670681075a9350f6c78f3ecfeede24e260.tar.gz
BUG: make sure non cmakedef lines are not skipped
Diffstat (limited to 'Source/cmConfigureFileCommand.cxx')
-rw-r--r--Source/cmConfigureFileCommand.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx
index 41c3de542a..58d328b8d9 100644
--- a/Source/cmConfigureFileCommand.cxx
+++ b/Source/cmConfigureFileCommand.cxx
@@ -161,6 +161,10 @@ void cmConfigureFileCommand::ConfigureFile()
fout << "/* " << inLine << " */\n";
}
}
+ else
+ {
+ fout << inLine << "\n";
+ }
}
}
// close the files before attempting to copy