summaryrefslogtreecommitdiff
path: root/Source/cmNinjaUtilityTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-11-19 15:09:40 -0500
committerBrad King <brad.king@kitware.com>2015-11-19 15:11:00 -0500
commit7d64a0598db5da2c4c1874f9fe8726fd6c9b18a7 (patch)
tree4ebff3385c9520fecffb588f0b0c448d073d04df /Source/cmNinjaUtilityTargetGenerator.cxx
parent866c75dedd42fae9dd05be402bdc94d51ffc7713 (diff)
downloadcmake-7d64a0598db5da2c4c1874f9fe8726fd6c9b18a7.tar.gz
Ninja: Add 'restat' parameter to custom command generation method
Pass 'true' from all call sites to preserve existing behavior.
Diffstat (limited to 'Source/cmNinjaUtilityTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaUtilityTargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmNinjaUtilityTargetGenerator.cxx b/Source/cmNinjaUtilityTargetGenerator.cxx
index edc65f030c..ac66fcd008 100644
--- a/Source/cmNinjaUtilityTargetGenerator.cxx
+++ b/Source/cmNinjaUtilityTargetGenerator.cxx
@@ -131,6 +131,7 @@ void cmNinjaUtilityTargetGenerator::Generate()
desc,
"Utility command for " + this->GetTargetName(),
uses_terminal,
+ /*restat*/true,
util_outputs,
deps);