mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
fix for include paths
This commit is contained in:
parent
368f03256a
commit
baa7a4022e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user