summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaUtilityTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-11-19 20:09:40 (GMT)
committerBrad King <brad.king@kitware.com>2015-11-19 20:11:00 (GMT)
commit7d64a0598db5da2c4c1874f9fe8726fd6c9b18a7 (patch)
tree4ebff3385c9520fecffb588f0b0c448d073d04df /Source/cmNinjaUtilityTargetGenerator.cxx
parent866c75dedd42fae9dd05be402bdc94d51ffc7713 (diff)
downloadCMake-7d64a0598db5da2c4c1874f9fe8726fd6c9b18a7.zip
CMake-7d64a0598db5da2c4c1874f9fe8726fd6c9b18a7.tar.gz
CMake-7d64a0598db5da2c4c1874f9fe8726fd6c9b18a7.tar.bz2
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 edc65f0..ac66fcd 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);