mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
stringapi: Use strings for dependency information
This commit is contained in:
@@ -578,7 +578,7 @@ cmLocalVisualStudio6Generator
|
||||
std::string comment = this->ConstructComment(origCommand, "<hack>");
|
||||
|
||||
// Add the rule with the given dependencies and commands.
|
||||
const char* no_main_dependency = 0;
|
||||
std::string no_main_dependency = "";
|
||||
if(cmSourceFile* outsf =
|
||||
this->Makefile->AddCustomCommandToOutput(
|
||||
output, depends, no_main_dependency,
|
||||
|
||||
Reference in New Issue
Block a user