summaryrefslogtreecommitdiffstats
path: root/Source/cmCableSourceFilesCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-11 18:39:30 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-11 18:39:30 (GMT)
commit72a9a5546f7fa4ab09c6db6208faf8bcdea81730 (patch)
tree7c098b7c769de3931fbc7ed23950611239e9c867 /Source/cmCableSourceFilesCommand.cxx
parent1a2af3f58318d6cf76260493e9db2f0df9d17ba7 (diff)
downloadCMake-72a9a5546f7fa4ab09c6db6208faf8bcdea81730.zip
CMake-72a9a5546f7fa4ab09c6db6208faf8bcdea81730.tar.gz
CMake-72a9a5546f7fa4ab09c6db6208faf8bcdea81730.tar.bz2
BUG: fix find library for unix
Diffstat (limited to 'Source/cmCableSourceFilesCommand.cxx')
-rw-r--r--Source/cmCableSourceFilesCommand.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCableSourceFilesCommand.cxx b/Source/cmCableSourceFilesCommand.cxx
index c4024f8..bdfb8c3 100644
--- a/Source/cmCableSourceFilesCommand.cxx
+++ b/Source/cmCableSourceFilesCommand.cxx
@@ -75,8 +75,6 @@ void cmCableSourceFilesCommand::WriteConfiguration() const
std::ostream& os = m_CableData->GetOutputStream();
cmCableData::Indentation indent = m_CableData->GetIndentation();
- cmRegularExpression needCdataBlock("[&<>]");
-
os << indent << "<Headers>" << std::endl;
for(Entries::const_iterator f = m_Entries.begin();
f != m_Entries.end(); ++f)