| 160 | } |
| 161 | |
| 162 | bool cmInstallCommandArguments::GetNamelinkOnly() const |
| 163 | { |
| 164 | if (this->NamelinkOnly) { |
| 165 | return true; |
| 166 | } |
| 167 | if (this->GenericArguments) { |
| 168 | return this->GenericArguments->GetNamelinkOnly(); |
| 169 | } |
| 170 | return false; |
| 171 | } |
| 172 | |
| 173 | bool cmInstallCommandArguments::GetNamelinkSkip() const |
| 174 | { |