summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-04 18:20:04 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-04 18:41:59 (GMT)
commit5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c (patch)
tree2c99d980644ce3ea2f328fb104011378cca5542d /Source/cmMakefileTargetGenerator.cxx
parentb9aa5041989a415a360e61291142e760ae7eb9e1 (diff)
downloadCMake-5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c.zip
CMake-5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c.tar.gz
CMake-5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c.tar.bz2
cmLocalGenerator: Add response file option to OutputLinkLibraries
Response files require different path conversion to be threaded through construction of the link libraries flags.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index e5b163b..0f2b6e3 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -1840,7 +1840,7 @@ cmMakefileTargetGenerator
std::string linkPath;
this->LocalGenerator
->OutputLinkLibraries(linkLibs, frameworkPath, linkPath,
- *this->GeneratorTarget, relink);
+ *this->GeneratorTarget, relink, false);
linkLibs = frameworkPath + linkPath + linkLibs;
}