diff options
Diffstat (limited to 'Source/cmSubdirDependsCommand.cxx')
-rw-r--r-- | Source/cmSubdirDependsCommand.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmSubdirDependsCommand.cxx b/Source/cmSubdirDependsCommand.cxx index 9381983..c80fb94 100644 --- a/Source/cmSubdirDependsCommand.cxx +++ b/Source/cmSubdirDependsCommand.cxx @@ -11,10 +11,11 @@ ============================================================================*/ #include "cmSubdirDependsCommand.h" -bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const& , - cmExecutionStatus &) +bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const&, + cmExecutionStatus&) { - this->Disallowed(cmPolicies::CMP0029, + this->Disallowed( + cmPolicies::CMP0029, "The subdir_depends command should not be called; see CMP0029."); return true; } |