From baa7a4022ead7c77de9a9c4549f9f3cfe6b64158 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 11 Sep 2001 13:40:47 -0400 Subject: [PATCH] fix for include paths --- Source/cmDSPWriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 73da668a2..016c75f3e 100644 --- a/Source/cmDSPWriter.cxx +++ b/Source/cmDSPWriter.cxx @@ -73,7 +73,7 @@ void cmDSPWriter::OutputDSPFile() for(i = includes.begin(); i != includes.end(); ++i) { m_IncludeOptions += " /I "; - m_IncludeOptions += cmSystemTools::EscapeSpaces(i->c_str()); + m_IncludeOptions += cmSystemTools::ConvertToWindowsSlashesAndCleanUp(cmSystemTools::EscapeSpaces(i->c_str())); } // Create the DSP or set of DSP's for libraries and executables