| 57 | |
| 58 | unsigned int CheckLinkLibrariesSuppressionRAIICount; |
| 59 | void MaybeEnableCheckLinkLibraries(cmOptionalLinkImplementation& impl) |
| 60 | { |
| 61 | if (CheckLinkLibrariesSuppressionRAIICount == 0) { |
| 62 | impl.CheckLinkLibraries = true; |
| 63 | } |
| 64 | } |
| 65 | void MaybeEnableCheckLinkLibraries(cmOptionalLinkInterface& iface) |
| 66 | { |
| 67 | if (CheckLinkLibrariesSuppressionRAIICount == 0) { |
no outgoing calls
no test coverage detected
searching dependent graphs…