diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2019-04-04 17:43:36 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-03-31 15:08:32 (GMT) |
commit | 948aa8bd1cee99479bde13704467a50872d7ff93 (patch) | |
tree | fcd188d7a3c9359dc824f4d3608255abab5d7d6b /Source/cmArchiveWrite.h | |
parent | b9c17de023ea50e7be358519141971aa136858ca (diff) | |
download | CMake-948aa8bd1cee99479bde13704467a50872d7ff93.zip CMake-948aa8bd1cee99479bde13704467a50872d7ff93.tar.gz CMake-948aa8bd1cee99479bde13704467a50872d7ff93.tar.bz2 |
cmArchiveWrite: support setting archive filter options
Diffstat (limited to 'Source/cmArchiveWrite.h')
-rw-r--r-- | Source/cmArchiveWrite.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmArchiveWrite.h b/Source/cmArchiveWrite.h index 286d20b..b643bce 100644 --- a/Source/cmArchiveWrite.h +++ b/Source/cmArchiveWrite.h @@ -141,6 +141,9 @@ public: this->Gname = ""; } + //! Set an option on a filter; + bool SetFilterOption(const char* module, const char* key, const char* value); + private: bool Okay() const { return this->Error.empty(); } bool AddPath(const char* path, size_t skip, const char* prefix, |