summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
authorDmitry Ivanov <dmitry.ivanov@king.com>2016-04-06 10:55:15 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-07 13:45:29 (GMT)
commitf9644a2d1b52fb566bdad9a7211a86a167d73859 (patch)
tree771d49321b8b201ffb38681c7c21d084d46ff0c6 /Source/cmGlobalNinjaGenerator.h
parent24c9106b7b2c3729985b89b06a2732ee3f555022 (diff)
downloadCMake-f9644a2d1b52fb566bdad9a7211a86a167d73859.zip
CMake-f9644a2d1b52fb566bdad9a7211a86a167d73859.tar.gz
CMake-f9644a2d1b52fb566bdad9a7211a86a167d73859.tar.bz2
cmGlobalNinjaGenerator: Clarify logic for forcing use of response files
Update the WriteBuild method to use a negative command line length limit to specify that we should force use of response files.
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r--Source/cmGlobalNinjaGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h
index 3023a95..3093a11 100644
--- a/Source/cmGlobalNinjaGenerator.h
+++ b/Source/cmGlobalNinjaGenerator.h
@@ -94,7 +94,7 @@ public:
const cmNinjaDeps& orderOnlyDeps,
const cmNinjaVars& variables,
const std::string& rspfile = std::string(),
- int cmdLineLimit = -1,
+ int cmdLineLimit = 0,
bool* usedResponseFile = 0);
/**