Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2916
void cmTarget::SetIsForTryCompile()
2917
{
2918
this->impl->IsForTryCompile = true;
2919
}
2920
2921
bool cmTarget::IsForTryCompile() const
2922
{
Callers
1
FindTargets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected