BUG: fix bad checkin that had debugging code in it
This commit is contained in:
parent
54f75b05cd
commit
017af44ca3
@ -1146,7 +1146,7 @@ cmLocalUnixMakefileGenerator3
|
|||||||
"$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)";
|
"$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)";
|
||||||
runRule += " --check-build-system ";
|
runRule += " --check-build-system ";
|
||||||
runRule += this->Convert(cmakefileName.c_str(),NONE,SHELL);
|
runRule += this->Convert(cmakefileName.c_str(),NONE,SHELL);
|
||||||
runRule += " 1";
|
runRule += " 0";
|
||||||
|
|
||||||
std::vector<std::string> no_depends;
|
std::vector<std::string> no_depends;
|
||||||
std::vector<std::string> commands;
|
std::vector<std::string> commands;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user