cmCommand refactor: cmSubdirDependsCommand

This commit is contained in:
Gabor Bencze
2019-08-21 20:50:44 +02:00
committed by Brad King
parent c2c222eba1
commit c8deeac68f
3 changed files with 5 additions and 18 deletions
+2 -2
View File
@@ -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;
}