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

Method IsForTryCompile

Source/cmTarget.cxx:2921–2924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2919}
2920
2921bool cmTarget::IsForTryCompile() const
2922{
2923 return this->impl->IsForTryCompile;
2924}
2925
2926char const* cmTarget::GetSuffixVariableInternal(
2927 cmStateEnums::ArtifactType artifact) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected