mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
Makefiles: Change signature of AppendCustomCommand
The RelativeRoot parameter will become non-default.
This commit is contained in:
@@ -1094,8 +1094,8 @@ void cmMakefileTargetGenerator::GenerateCustomRuleFile(
|
||||
// Now append the actual user-specified commands.
|
||||
std::ostringstream content;
|
||||
this->LocalGenerator->AppendCustomCommand(
|
||||
commands, ccg, this->GeneratorTarget, false,
|
||||
cmOutputConverter::HOME_OUTPUT, &content);
|
||||
commands, ccg, this->GeneratorTarget, cmOutputConverter::HOME_OUTPUT,
|
||||
false, &content);
|
||||
|
||||
// Collect the dependencies.
|
||||
std::vector<std::string> depends;
|
||||
|
||||
Reference in New Issue
Block a user