summaryrefslogtreecommitdiff
path: root/Source/cmSubdirDependsCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSubdirDependsCommand.cxx')
-rw-r--r--Source/cmSubdirDependsCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirDependsCommand.cxx b/Source/cmSubdirDependsCommand.cxx
index 0bb2c0ac4..496c60da7 100644
--- a/Source/cmSubdirDependsCommand.cxx
+++ b/Source/cmSubdirDependsCommand.cxx
@@ -4,8 +4,8 @@
class cmExecutionStatus;
-bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const&,
- cmExecutionStatus&)
+bool cmSubdirDependsCommand(std::vector<std::string> const&,
+ cmExecutionStatus&)
{
return true;
}