* Does a string indicates that CMake/CPack/CTest internally * forced this value. This is not the same as On, but this * may be considered as "internally switched on". */
| 88 | * may be considered as "internally switched on". |
| 89 | */ |
| 90 | bool IsInternallyOn() const noexcept |
| 91 | { |
| 92 | return this->Value && |
| 93 | cmValue::IsInternallyOn(cm::string_view(*this->Value)); |
| 94 | } |
| 95 | |
| 96 | bool IsSet() const noexcept |
| 97 | { |