diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-12-28 22:43:11 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2019-07-18 09:53:46 (GMT) |
commit | 20169f0b8de5d0e5efea2d67a735332786173c23 (patch) | |
tree | ecb5c367721d6c6104a3e3b5c54a86f2fd49ebc0 /Source/cmExportLibraryDependenciesCommand.h | |
parent | a74dad3bd3e5e4bbf09764a0b6bdedfe842442a7 (diff) | |
download | CMake-20169f0b8de5d0e5efea2d67a735332786173c23.zip CMake-20169f0b8de5d0e5efea2d67a735332786173c23.tar.gz CMake-20169f0b8de5d0e5efea2d67a735332786173c23.tar.bz2 |
cmExportLibraryDependenciesCommand: Port away from FinalPass
Diffstat (limited to 'Source/cmExportLibraryDependenciesCommand.h')
-rw-r--r-- | Source/cmExportLibraryDependenciesCommand.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmExportLibraryDependenciesCommand.h b/Source/cmExportLibraryDependenciesCommand.h index 5255d63..4817162 100644 --- a/Source/cmExportLibraryDependenciesCommand.h +++ b/Source/cmExportLibraryDependenciesCommand.h @@ -23,14 +23,6 @@ public: } bool InitialPass(std::vector<std::string> const& args, cmExecutionStatus& status) override; - - void FinalPass() override; - bool HasFinalPass() const override { return true; } - -private: - std::string Filename; - bool Append = false; - void ConstFinalPass() const; }; #endif |