diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2017-08-17 18:30:22 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2017-08-17 18:41:16 (GMT) |
commit | 5fe64511d6a9e4c9a329bc48bcfc26789afc0794 (patch) | |
tree | 43da6c7995c1027cff83438fafe559faf3f69178 /Source/CPack/IFW/cmCPackIFWGenerator.h | |
parent | d3760354a522fa91dcef88aa768fa22654636686 (diff) | |
download | CMake-5fe64511d6a9e4c9a329bc48bcfc26789afc0794.zip CMake-5fe64511d6a9e4c9a329bc48bcfc26789afc0794.tar.gz CMake-5fe64511d6a9e4c9a329bc48bcfc26789afc0794.tar.bz2 |
CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variable
Add CPACK_IFW_REPOSITORIES_DIRECTORIES variable to specify
additional repositories dirs that will be used to resolve and
repack dependent components
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWGenerator.h')
-rw-r--r-- | Source/CPack/IFW/cmCPackIFWGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWGenerator.h b/Source/CPack/IFW/cmCPackIFWGenerator.h index 9d635f8..9fd14bd 100644 --- a/Source/CPack/IFW/cmCPackIFWGenerator.h +++ b/Source/CPack/IFW/cmCPackIFWGenerator.h @@ -148,6 +148,7 @@ private: bool OnlineOnly; bool ResolveDuplicateNames; std::vector<std::string> PkgsDirsVector; + std::vector<std::string> RepoDirsVector; }; #endif |