Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2921
bool cmTarget::IsForTryCompile() const
2922
{
2923
return this->impl->IsForTryCompile;
2924
}
2925
2926
char const* cmTarget::GetSuffixVariableInternal(
2927
cmStateEnums::ArtifactType artifact) const
Callers
1
cmGlobalGenerator.cxx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected