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

Function MaybeEnableCheckLinkLibraries

Source/cmGeneratorTarget_Link.cxx:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58unsigned int CheckLinkLibrariesSuppressionRAIICount;
59void MaybeEnableCheckLinkLibraries(cmOptionalLinkImplementation& impl)
60{
61 if (CheckLinkLibrariesSuppressionRAIICount == 0) {
62 impl.CheckLinkLibraries = true;
63 }
64}
65void MaybeEnableCheckLinkLibraries(cmOptionalLinkInterface& iface)
66{
67 if (CheckLinkLibrariesSuppressionRAIICount == 0) {

Callers 5

GetLinkInterfaceMethod · 0.85
GetLinkImplementationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…