diff options
author | Brad King <brad.king@kitware.com> | 2020-10-13 12:26:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-10-13 12:27:18 (GMT) |
commit | df87db1fac3e6aa969972b5dd083fc5933fc23e5 (patch) | |
tree | 8876649cca7fc95ae7af0a39d9c7b1f7421270e7 | |
parent | ce6f9610b38a2dd14c45306ffb7b4a5bb6f748a3 (diff) | |
parent | 0a9af7999598c14933dc1111148932759807593a (diff) | |
download | CMake-df87db1fac3e6aa969972b5dd083fc5933fc23e5.zip CMake-df87db1fac3e6aa969972b5dd083fc5933fc23e5.tar.gz CMake-df87db1fac3e6aa969972b5dd083fc5933fc23e5.tar.bz2 |
Merge topic 'export-namelink-only-comment-removal' into release-3.19
0a9af79995 export: Remove leftover inaccurate code comment
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5359
-rw-r--r-- | Source/cmInstallCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index 9a5dbef..b99e6a3 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -463,7 +463,6 @@ bool HandleTargetsMode(std::vector<std::string> const& args, auto addTargetExport = [&]() { // Add this install rule to an export if one was specified. - // (If this is a namelink-only rule no export file will be generated.) if (!exports.empty()) { auto te = cm::make_unique<cmTargetExport>(); te->TargetName = target.GetName(); |