| 149 | } |
| 150 | |
| 151 | bool cmInstallCommandArguments::GetExcludeFromAll() const |
| 152 | { |
| 153 | if (this->ExcludeFromAll) { |
| 154 | return true; |
| 155 | } |
| 156 | if (this->GenericArguments) { |
| 157 | return this->GenericArguments->GetExcludeFromAll(); |
| 158 | } |
| 159 | return false; |
| 160 | } |
| 161 | |
| 162 | bool cmInstallCommandArguments::GetNamelinkOnly() const |
| 163 | { |
no outgoing calls
no test coverage detected