diff options
author | Brad King <brad.king@kitware.com> | 2016-11-30 13:37:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-30 13:37:30 (GMT) |
commit | 2036639b55fe5a1baaa36145368e7229834d6387 (patch) | |
tree | bb1f4f0b0a4100177ceecd52d174ea53cfd9b2f5 /Source/CPack/cmCPackGenerator.h | |
parent | 8cdf566bc00da2b1a839a74bdbc99cfbc305bfee (diff) | |
parent | 88ecfd8ba122133777bb71b027df3684689d4e3a (diff) | |
download | CMake-2036639b55fe5a1baaa36145368e7229834d6387.zip CMake-2036639b55fe5a1baaa36145368e7229834d6387.tar.gz CMake-2036639b55fe5a1baaa36145368e7229834d6387.tar.bz2 |
Merge topic 'cpack-ifw-options'
88ecfd8b CPackIFW: Add some options
Diffstat (limited to 'Source/CPack/cmCPackGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackGenerator.h b/Source/CPack/cmCPackGenerator.h index b43bf8a..10a5a36 100644 --- a/Source/CPack/cmCPackGenerator.h +++ b/Source/CPack/cmCPackGenerator.h @@ -92,6 +92,8 @@ public: std::vector<std::string> GetOptions() const; bool IsSet(const std::string& name) const; bool IsOn(const std::string& name) const; + bool IsSetToOff(const std::string& op) const; + bool IsSetToEmpty(const std::string& op) const; //! Set the logger void SetLogger(cmCPackLog* log) { this->Logger = log; } |