diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-11 18:39:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-11 18:39:30 (GMT) |
commit | 72a9a5546f7fa4ab09c6db6208faf8bcdea81730 (patch) | |
tree | 7c098b7c769de3931fbc7ed23950611239e9c867 /Source/cmCableSourceFilesCommand.cxx | |
parent | 1a2af3f58318d6cf76260493e9db2f0df9d17ba7 (diff) | |
download | CMake-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.cxx | 2 |
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) |