mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
clang-tidy: fix readability-qualified-auto lints
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user