mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
IWYU: Update for Debian 12 CI job
`include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
This commit is contained in:
@@ -305,7 +305,7 @@ public:
|
||||
std::vector<std::string>::const_iterator argBeg,
|
||||
std::vector<std::string>::const_iterator argEnd);
|
||||
|
||||
static size_t CalculateCommandLineLengthLimit();
|
||||
static std::size_t CalculateCommandLineLengthLimit();
|
||||
|
||||
static void DisableRunCommandOutput() { s_DisableRunCommandOutput = true; }
|
||||
static void EnableRunCommandOutput() { s_DisableRunCommandOutput = false; }
|
||||
|
||||
Reference in New Issue
Block a user