diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-10-05 12:52:57 +0400 |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-10-05 12:52:57 +0400 |
commit | ed9684a22cf4babeaa1f9083f4061d789e513ba9 (patch) | |
tree | b9ee70182d4f8639770898479579373a65ca36d5 /Source/CPack/IFW/cmCPackIFWGenerator.h | |
parent | f9f748745c6f4ef5b2dbf6d0732bc67a23d1cc63 (diff) | |
download | cmake-ed9684a22cf4babeaa1f9083f4061d789e513ba9.tar.gz |
CPackIFW: Added support for multiple repositories
Now user can add IFW specific repo with cpack_ifw_add_repository macro
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWGenerator.h')
-rw-r--r-- | Source/CPack/IFW/cmCPackIFWGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWGenerator.h b/Source/CPack/IFW/cmCPackIFWGenerator.h index 7211e04677..1d4d67bf17 100644 --- a/Source/CPack/IFW/cmCPackIFWGenerator.h +++ b/Source/CPack/IFW/cmCPackIFWGenerator.h @@ -127,8 +127,6 @@ private: std::string RepoGen; std::string BinCreator; - std::string DownloadSite; - bool OnlineOnly; bool ResolveDuplicateNames; std::vector<std::string> PkgsDirsVector; |