diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-08 10:21:39 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-10 18:38:59 (GMT) |
commit | 4134030434ea88024ef46f9f00b19513fc3cec4c (patch) | |
tree | 2eab60a4a8704dff0b8cdec8dfc8ccd4fd3288b8 /Source/cmLocalGenerator.h | |
parent | f03d446e967af91460ff31eb52d840983b3d8cec (diff) | |
download | CMake-4134030434ea88024ef46f9f00b19513fc3cec4c.zip CMake-4134030434ea88024ef46f9f00b19513fc3cec4c.tar.gz CMake-4134030434ea88024ef46f9f00b19513fc3cec4c.tar.bz2 |
cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator
Hide some methods which no longer need to be public.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 4729acb..69c4101 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -351,8 +351,7 @@ protected: void OutputLinkLibraries(cmComputeLinkInformation* pcli, cmLinkLineComputer* linkLineComputer, std::string& linkLibraries, - std::string& frameworkPath, std::string& linkPath, - bool forResponseFile); + std::string& frameworkPath, std::string& linkPath); // Expand rule variables in CMake of the type found in language rules void ExpandRuleVariables(std::string& string, |