diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-05-23 12:32:22 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-05-23 16:09:03 (GMT) |
commit | 06ca7795f4c0a7503d98e856384f986a0047f811 (patch) | |
tree | 30ca6e8fa792d80a4fa496f0541417c20c988300 /Source/CPack/IFW/cmCPackIFWPackage.h | |
parent | 222fa595cd6106cb6a4948eedeb55b0314338dff (diff) | |
download | CMake-06ca7795f4c0a7503d98e856384f986a0047f811.zip CMake-06ca7795f4c0a7503d98e856384f986a0047f811.tar.gz CMake-06ca7795f4c0a7503d98e856384f986a0047f811.tar.bz2 |
CPackIFW: Command cpack_ifw_configure_component learned ESSENTIAL option
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWPackage.h')
-rw-r--r-- | Source/CPack/IFW/cmCPackIFWPackage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWPackage.h b/Source/CPack/IFW/cmCPackIFWPackage.h index 8a566cb..55b07ec 100644 --- a/Source/CPack/IFW/cmCPackIFWPackage.h +++ b/Source/CPack/IFW/cmCPackIFWPackage.h @@ -101,6 +101,9 @@ public: /// Set to true to preselect the component in the installer std::string Default; + /// Marks the package as essential to force a restart of the MaintenanceTool + std::string Essential; + /// Set to true to hide the component from the installer std::string Virtual; |