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

Function LinkLibraryTypeSpecifierWarning

Source/cmTargetLinkLibrariesCommand.cxx:320–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static void LinkLibraryTypeSpecifierWarning(cmMakefile& mf, int left,
321 int right)
322{
323 mf.IssueMessage(
324 MessageType::AUTHOR_WARNING,
325 cmStrCat(
326 "Link library type specifier \"", LinkLibraryTypeNames[left],
327 "\" is followed by specifier \"", LinkLibraryTypeNames[right],
328 "\" instead of a library name. The first specifier will be ignored."));
329}
330
331namespace {
332

Callers 1

Calls 2

cmStrCatFunction · 0.70
IssueMessageMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…