mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-04 22:29:40 -06:00
export: Remove leftover inaccurate code comment
No functional changes. Relates: !5352
This commit is contained in:
@@ -463,7 +463,6 @@ bool HandleTargetsMode(std::vector<std::string> const& args,
|
|||||||
|
|
||||||
auto addTargetExport = [&]() {
|
auto addTargetExport = [&]() {
|
||||||
// Add this install rule to an export if one was specified.
|
// 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()) {
|
if (!exports.empty()) {
|
||||||
auto te = cm::make_unique<cmTargetExport>();
|
auto te = cm::make_unique<cmTargetExport>();
|
||||||
te->TargetName = target.GetName();
|
te->TargetName = target.GetName();
|
||||||
|
|||||||
Reference in New Issue
Block a user