diff options
Diffstat (limited to 'Source/cmCMakeCommand.h')
-rw-r--r-- | Source/cmCMakeCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCMakeCommand.h b/Source/cmCMakeCommand.h index cf9f4c3..7dbecff 100644 --- a/Source/cmCMakeCommand.h +++ b/Source/cmCMakeCommand.h @@ -5,16 +5,16 @@ #include "cmConfigure.h" // IWYU pragma: keep -#include <string> #include <vector> class cmExecutionStatus; +struct cmListFileArgument; /** * \brief Calls a scripted or build-in command * */ -bool cmCMakeCommand(std::vector<std::string> const& args, +bool cmCMakeCommand(std::vector<cmListFileArgument> const& args, cmExecutionStatus& status); #endif |