MCPcopy Create free account
hub / github.com/Kitware/CMake / GetIsInTryCompile

Method GetIsInTryCompile

Source/cmake.cxx:3428–3431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

ActualConfigureMethod · 0.95
UpdateProgressMethod · 0.95
SetPolicyMethod · 0.80
EntriesProcessingMethod · 0.80
CreateXCodeObjectsMethod · 0.80
EnableLanguageMethod · 0.80
ConfigureMethod · 0.80

Calls 1

GetIsTryCompileMethod · 0.80

Tested by

no test coverage detected