diff options
author | Gabor Bencze <b.gabor98@gmail.com> | 2019-08-21 20:50:44 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-26 11:48:46 -0400 |
commit | c8deeac68f1462461a464acd6d2c2728b9a293c2 (patch) | |
tree | 510248aabe3ec3db117e2cc0d508d91dbb088f64 /Source/cmSubdirDependsCommand.cxx | |
parent | c2c222eba13476a95a362731528d85a3e76ed83a (diff) | |
download | cmake-c8deeac68f1462461a464acd6d2c2728b9a293c2.tar.gz |
cmCommand refactor: cmSubdirDependsCommand
Diffstat (limited to 'Source/cmSubdirDependsCommand.cxx')
-rw-r--r-- | Source/cmSubdirDependsCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirDependsCommand.cxx b/Source/cmSubdirDependsCommand.cxx index 0bb2c0ac49..496c60da75 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; } |