mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmCustomCommand: Return std::string from GetWorkingDirectory
This commit is contained in:
@@ -583,7 +583,7 @@ cmLocalVisualStudio6Generator
|
||||
this->Makefile->AddCustomCommandToOutput(
|
||||
output, depends, no_main_dependency,
|
||||
origCommand.GetCommandLines(), comment.c_str(),
|
||||
origCommand.GetWorkingDirectory()))
|
||||
origCommand.GetWorkingDirectory().c_str()))
|
||||
{
|
||||
target.AddSourceFile(outsf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user