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 | 55aa37511952a44c3de344648d677abdf5c8173e (patch) | |
tree | 9e7638973db9774256a0f416d404bf5aba35c7ed /Source | |
parent | dffcd07bcb382c3b1fc347e67298db711202b4d8 (diff) | |
parent | 0a9af7999598c14933dc1111148932759807593a (diff) | |
download | CMake-55aa37511952a44c3de344648d677abdf5c8173e.zip CMake-55aa37511952a44c3de344648d677abdf5c8173e.tar.gz CMake-55aa37511952a44c3de344648d677abdf5c8173e.tar.bz2 |
Merge topic 'export-namelink-only-comment-removal'
0a9af79995 export: Remove leftover inaccurate code comment
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5359
Diffstat (limited to 'Source')
-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(); |