STYLE: Remove debug
This commit is contained in:
parent
c4156b4531
commit
1cd8c64384
@ -1310,7 +1310,6 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
|
|||||||
}
|
}
|
||||||
singleLine.push_back(cmd.c_str());
|
singleLine.push_back(cmd.c_str());
|
||||||
const char* cmakeCfgIntDir = this->GetCMakeCFGInitDirectory();
|
const char* cmakeCfgIntDir = this->GetCMakeCFGInitDirectory();
|
||||||
std::cout << "CMakeCFG: " << cmakeCfgIntDir << std::endl;
|
|
||||||
if ( cmakeCfgIntDir && *cmakeCfgIntDir && cmakeCfgIntDir[1] != '.' )
|
if ( cmakeCfgIntDir && *cmakeCfgIntDir && cmakeCfgIntDir[1] != '.' )
|
||||||
{
|
{
|
||||||
std::string cfgArg = "-DBUILD_TYPE=";
|
std::string cfgArg = "-DBUILD_TYPE=";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user