BUG: Do not escape CMAKE_COMMAND twice.
This commit is contained in:
parent
f7d26c4ab9
commit
d6a3268b3e
@ -930,8 +930,7 @@ cmLocalUnixMakefileGenerator3
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string cmakecommand =
|
std::string cmakecommand =
|
||||||
this->ConvertToOutputForExisting(
|
m_Makefile->GetRequiredDefinition("CMAKE_COMMAND");
|
||||||
m_Makefile->GetRequiredDefinition("CMAKE_COMMAND"));
|
|
||||||
makefileStream
|
makefileStream
|
||||||
<< "# The CMake executable.\n"
|
<< "# The CMake executable.\n"
|
||||||
<< "CMAKE_COMMAND = "
|
<< "CMAKE_COMMAND = "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user