diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-26 19:27:08 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-27 10:08:07 (GMT) |
commit | 5642449a69b7e8ed0a0fbaf1607ef34ebae239c6 (patch) | |
tree | b1830290b5f8cb37646c1f7bb0bf1fbd1d3937f5 /Source/cmExportLibraryDependenciesCommand.h | |
parent | 77c6a339af39869608dcaccf578a6cdd84d2efaa (diff) | |
download | CMake-5642449a69b7e8ed0a0fbaf1607ef34ebae239c6.zip CMake-5642449a69b7e8ed0a0fbaf1607ef34ebae239c6.tar.gz CMake-5642449a69b7e8ed0a0fbaf1607ef34ebae239c6.tar.bz2 |
cmCommand: Remove IsDiscouraged interface.
This used to affect documentation, but does not affect the Sphinx
documentation.
Diffstat (limited to 'Source/cmExportLibraryDependenciesCommand.h')
-rw-r--r-- | Source/cmExportLibraryDependenciesCommand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExportLibraryDependenciesCommand.h b/Source/cmExportLibraryDependenciesCommand.h index 2ea4e79..81aa21a 100644 --- a/Source/cmExportLibraryDependenciesCommand.h +++ b/Source/cmExportLibraryDependenciesCommand.h @@ -22,7 +22,6 @@ public: virtual bool InitialPass(std::vector<std::string> const& args, cmExecutionStatus &status); virtual std::string GetName() const { return "export_library_dependencies";} - virtual bool IsDiscouraged() const { return true; } virtual void FinalPass(); virtual bool HasFinalPass() const { return true; } |