summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.cxx
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2001-07-03 09:27:39 (GMT)
committerIan Scott <ian.m.scott@stud.man.ac.uk>2001-07-03 09:27:39 (GMT)
commit331c517eeb8c11e8fc67598a8156d14a2a865533 (patch)
tree89db69c1b8c3980ac79f90d1f0420ec85254e025 /Source/cmDSPWriter.cxx
parentd9e7be545f449db384e6e0193a7906e6139acb9c (diff)
downloadCMake-331c517eeb8c11e8fc67598a8156d14a2a865533.zip
CMake-331c517eeb8c11e8fc67598a8156d14a2a865533.tar.gz
CMake-331c517eeb8c11e8fc67598a8156d14a2a865533.tar.bz2
Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,
because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r--Source/cmDSPWriter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx
index 71973df..582d1ad 100644
--- a/Source/cmDSPWriter.cxx
+++ b/Source/cmDSPWriter.cxx
@@ -634,9 +634,9 @@ void cmDSPWriter::WriteDSPHeader(std::ostream& fout, const char *libName,
m_Makefile->
GetDefinition("CMAKE_CXX_FLAGS_DEBUG"));
cmSystemTools::ReplaceString(line,
- "CMAKE_CXX_FLAGS_RELWITHDEBUGINFO",
+ "CMAKE_CXX_FLAGS_RELWITHDEBINFO",
m_Makefile->
- GetDefinition("CMAKE_CXX_FLAGS_RELWITHDEBUGINFO"));
+ GetDefinition("CMAKE_CXX_FLAGS_RELWITHDEBINFO"));
cmSystemTools::ReplaceString(line,
"CMAKE_CXX_FLAGS",
m_Makefile->