diff options
author | Brad King <brad.king@kitware.com> | 2008-03-21 01:11:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-21 01:11:26 (GMT) |
commit | a86e8fa69faab542cccf530754b7a23a47213e4a (patch) | |
tree | b263126320be2a4ab580d6acdb741b7f666094d0 /Source/cmComputeLinkInformation.h | |
parent | a6a673979dded1cc97a76c193e29bab64b00480e (diff) | |
download | CMake-a86e8fa69faab542cccf530754b7a23a47213e4a.zip CMake-a86e8fa69faab542cccf530754b7a23a47213e4a.tar.gz CMake-a86e8fa69faab542cccf530754b7a23a47213e4a.tar.bz2 |
ENH: Yet another attempt at warning for CMP0003.
- Give example code to avoid the warning
- Make explanation more consise
- Explicitly state this is for compatibility
- Issue the warning for at most one target
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 bc6a2a3..31d0e33 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&, std::string& libs); + void PrintLinkPolicyDiagnosis(std::ostream&); std::set<cmStdString> ImplicitLinkDirs; // Linker search path compatibility mode. |