mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
cmCommand: Remove IsDiscouraged interface.
This used to affect documentation, but does not affect the Sphinx documentation.
This commit is contained in:
@@ -21,7 +21,6 @@ public:
|
||||
virtual bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus &status);
|
||||
virtual std::string GetName() const { return "subdir_depends";}
|
||||
virtual bool IsDiscouraged() const { return true; }
|
||||
cmTypeMacro(cmSubdirDependsCommand, cmCommand);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user