From 91f27f6fbc3b1cc2423b09864438f59057e6665f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 28 Aug 2001 18:27:02 -0400 Subject: BUG: put spaces in /I paths --- Source/cmDSPWriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 602dad5..09f1ee8 100644 --- a/Source/cmDSPWriter.cxx +++ b/Source/cmDSPWriter.cxx @@ -72,7 +72,7 @@ void cmDSPWriter::OutputDSPFile() std::vector::iterator i; for(i = includes.begin(); i != includes.end(); ++i) { - m_IncludeOptions += "/I "; + m_IncludeOptions += " /I "; m_IncludeOptions += cmSystemTools::EscapeSpaces(i->c_str()); } -- cgit v0.12