BUG: fix for spaces in path to CMakeList.txt file
This commit is contained in:
parent
572e5146f8
commit
46568242fa
@ -165,6 +165,7 @@ void cmDSPWriter::AddDSPBuildRule(cmSourceGroup& sourceGroup)
|
||||
makefileIn += "/";
|
||||
makefileIn += "CMakeLists.txt";
|
||||
makefileIn = cmSystemTools::HandleNetworkPaths(makefileIn.c_str());
|
||||
makefileIn = cmSystemTools::EscapeSpaces(makefileIn.c_str());
|
||||
std::string dsprule = "${CMAKE_COMMAND} ";
|
||||
m_Makefile->ExpandVariablesInString(dsprule);
|
||||
dsprule = cmSystemTools::HandleNetworkPaths(dsprule.c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user