summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-08-27 13:44:52 +0200
committerStephen Kelly <steveire@gmail.com>2016-08-27 13:44:52 +0200
commit6960516b6b053816313d2ff5ee4e9375a84829cb (patch)
tree442b0c0d99ffe4c44b1cc5eab1173b0066193159 /Source/cmLocalUnixMakefileGenerator3.h
parente0fd2d0446101847dd40cfe4cc451667d04ddcd9 (diff)
downloadcmake-6960516b6b053816313d2ff5ee4e9375a84829cb.tar.gz
Makefiles: Change signature of AppendCustomCommand
The RelativeRoot parameter will become non-default.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 5e1b651028..ed167b395a 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -234,9 +234,9 @@ protected:
cmOutputConverter::RelativeRoot relative = cmOutputConverter::HOME_OUTPUT);
void AppendCustomCommand(
std::vector<std::string>& commands, cmCustomCommandGenerator const& ccg,
- cmGeneratorTarget* target, bool echo_comment = false,
+ cmGeneratorTarget* target,
cmOutputConverter::RelativeRoot relative = cmOutputConverter::HOME_OUTPUT,
- std::ostream* content = CM_NULLPTR);
+ bool echo_comment = false, std::ostream* content = CM_NULLPTR);
void AppendCleanCommand(std::vector<std::string>& commands,
const std::vector<std::string>& files,
cmGeneratorTarget* target,