diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-18 21:32:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-18 21:32:26 (GMT) |
commit | ba7f0ab335de572b9dafe9a7ba03f371db294128 (patch) | |
tree | 37ea259b5fd00ad72f7e3b841c20d95ac52111f4 /Source/cmComputeLinkInformation.h | |
parent | caa6de5b898c0a756ae34cba578343cca3956d56 (diff) | |
download | CMake-ba7f0ab335de572b9dafe9a7ba03f371db294128.zip CMake-ba7f0ab335de572b9dafe9a7ba03f371db294128.tar.gz CMake-ba7f0ab335de572b9dafe9a7ba03f371db294128.tar.bz2 |
ENH: try to reduce the number of CMP0003 warnings that people see. Only report them for unique sets of libraries with no full path. Also add a message explaining the course of action that should be taken
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index 31d0e33..bc6a2a3 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -154,7 +154,7 @@ private: // Linker search path computation. cmOrderDirectories* OrderLinkerSearchPath; bool FinishLinkerSearchDirectories(); - void PrintLinkPolicyDiagnosis(std::ostream&); + void PrintLinkPolicyDiagnosis(std::ostream&, std::string& libs); std::set<cmStdString> ImplicitLinkDirs; // Linker search path compatibility mode. |