clang-tidy: fix readability-qualified-auto lints

This commit is contained in:
Ben Boeckel
2022-11-22 15:08:28 -05:00
parent 707172c66e
commit 2381634e7f
2 changed files with 4 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ bool cmGlobalVisualStudio8Generator::AddCheckTarget()
std::move(cc));
auto ptr = cm::make_unique<cmGeneratorTarget>(tgt, &lg);
auto gt = ptr.get();
auto* gt = ptr.get();
lg.AddGeneratorTarget(std::move(ptr));
// Organize in the "predefined targets" folder: