summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-03-21 01:11:26 (GMT)
committerBrad King <brad.king@kitware.com>2008-03-21 01:11:26 (GMT)
commita86e8fa69faab542cccf530754b7a23a47213e4a (patch)
treeb263126320be2a4ab580d6acdb741b7f666094d0 /Source/cmComputeLinkInformation.h
parenta6a673979dded1cc97a76c193e29bab64b00480e (diff)
downloadCMake-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.h2
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.