mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
cmCommand: Remove IsDiscouraged interface.
This used to affect documentation, but does not affect the Sphinx documentation.
This commit is contained in:
@@ -23,7 +23,6 @@ public:
|
||||
virtual bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus &status);
|
||||
virtual std::string GetName() const { return "output_required_files";}
|
||||
virtual bool IsDiscouraged() const { return true; }
|
||||
|
||||
void ListDependencies(cmDependInformation const *info,
|
||||
FILE *fout,
|
||||
|
||||
Reference in New Issue
Block a user