diff options
author | Brad King <brad.king@kitware.com> | 2017-04-12 17:17:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-17 14:54:00 (GMT) |
commit | 3ab4681efa6db7339af36218fffea165ad1186f3 (patch) | |
tree | 5a6cf7eb9a705455953aaf36ce88ddecfc97dc73 /Source/cmGeneratorTarget.h | |
parent | be2c45f2a98d69cc9952b592777bb506f69149a2 (diff) | |
download | CMake-3ab4681efa6db7339af36218fffea165ad1186f3.zip CMake-3ab4681efa6db7339af36218fffea165ad1186f3.tar.gz CMake-3ab4681efa6db7339af36218fffea165ad1186f3.tar.bz2 |
cmGeneratorTarget: Drop default GetLinkerLanguage config argument
Update one remaining call site to avoid using the default.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index d4f48fe..2ea2f2f 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -534,7 +534,7 @@ public: std::string GetPDBDirectory(const std::string& config) const; ///! Return the preferred linker language for this target - std::string GetLinkerLanguage(const std::string& config = "") const; + std::string GetLinkerLanguage(const std::string& config) const; /** Does this target have a GNU implib to convert to MS format? */ bool HasImplibGNUtoMS() const; |