mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
cmCommand refactor: cmSubdirDependsCommand
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user