| 3426 | } |
| 3427 | |
| 3428 | bool cmake::GetIsInTryCompile() const |
| 3429 | { |
| 3430 | return this->State->GetIsTryCompile() == cmState::TryCompile::Yes; |
| 3431 | } |
| 3432 | |
| 3433 | void cmake::AppendGlobalGeneratorsDocumentation( |
| 3434 | std::vector<cmDocumentationEntry>& v) |
no test coverage detected