summaryrefslogtreecommitdiff
path: root/Source/cmVariableRequiresCommand.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:18 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:18 +0900
commitd40909a98298a97d879ceeb3b29dcdc858e85628 (patch)
tree0a9255654a9376c5e9f29aa53d15f0ae173751a0 /Source/cmVariableRequiresCommand.h
parentc5223aaf98b2d10aee32aa614519ee7a23698998 (diff)
downloadcmake-5e63fbc7b992da72e08483c99e4e38ef9fd81a53.tar.gz
cmake-5e63fbc7b992da72e08483c99e4e38ef9fd81a53.tar.bz2
cmake-5e63fbc7b992da72e08483c99e4e38ef9fd81a53.zip
Imported Upstream version 3.16.0upstream/3.16.0
Diffstat (limited to 'Source/cmVariableRequiresCommand.h')
-rw-r--r--Source/cmVariableRequiresCommand.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/Source/cmVariableRequiresCommand.h b/Source/cmVariableRequiresCommand.h
index 94970c584..fb0520ed7 100644
--- a/Source/cmVariableRequiresCommand.h
+++ b/Source/cmVariableRequiresCommand.h
@@ -8,16 +8,9 @@
#include <string>
#include <vector>
-#include "cmCommand.h"
-
class cmExecutionStatus;
-class cmVariableRequiresCommand : public cmCommand
-{
-public:
- cmCommand* Clone() override { return new cmVariableRequiresCommand; }
- bool InitialPass(std::vector<std::string> const& args,
- cmExecutionStatus& status) override;
-};
+bool cmVariableRequiresCommand(std::vector<std::string> const& args,
+ cmExecutionStatus& status);
#endif