summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-22 20:08:28 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-29 17:39:45 (GMT)
commit2381634e7f54d68f6af2dfd73bbdc06e988ad5fa (patch)
tree00998f3851f872f753fd71e3a006e0d551ce16f3 /Source/cmGlobalVisualStudio8Generator.cxx
parent707172c66ee385474027aae5e1327c76abd96ce8 (diff)
downloadCMake-2381634e7f54d68f6af2dfd73bbdc06e988ad5fa.zip
CMake-2381634e7f54d68f6af2dfd73bbdc06e988ad5fa.tar.gz
CMake-2381634e7f54d68f6af2dfd73bbdc06e988ad5fa.tar.bz2
clang-tidy: fix `readability-qualified-auto` lints
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 89fa5c7..647fc2d 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -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: