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

Method SetIsForTryCompile

Source/cmTarget.cxx:2916–2919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2914}
2915
2916void cmTarget::SetIsForTryCompile()
2917{
2918 this->impl->IsForTryCompile = true;
2919}
2920
2921bool cmTarget::IsForTryCompile() const
2922{

Callers 1

FindTargetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected