summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-14 14:14:52 (GMT)
committerBrad King <brad.king@kitware.com>2009-07-14 14:14:52 (GMT)
commit7a907f87f8a7ec08f8d402dd2fafd2a189e81bbc (patch)
tree3e6be7ddb862955880fc25d875aff8d084aff334 /Source/cmComputeLinkInformation.h
parentd60608c858b5d3f521ee03b86c5d6eb215ff7af0 (diff)
downloadCMake-7a907f87f8a7ec08f8d402dd2fafd2a189e81bbc.zip
CMake-7a907f87f8a7ec08f8d402dd2fafd2a189e81bbc.tar.gz
CMake-7a907f87f8a7ec08f8d402dd2fafd2a189e81bbc.tar.bz2
STYLE: Factor cmComputeLinkInformation constructor
This factors some code out of the constructor into a new method cmComputeLinkInformation::LoadImplicitLinkInfo for readability.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index 147b8ff..d7821c6 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -160,6 +160,7 @@ private:
cmOrderDirectories* OrderLinkerSearchPath;
bool FinishLinkerSearchDirectories();
void PrintLinkPolicyDiagnosis(std::ostream&);
+ void LoadImplicitLinkInfo();
std::set<cmStdString> ImplicitLinkDirs;
// Linker search path compatibility mode.