mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
clang-tidy: fix readability-redundant-smartptr-get lints
This commit is contained in:
@@ -1935,7 +1935,7 @@ void cmLocalVisualStudio7Generator::OutputTargetRules(
|
|||||||
}
|
}
|
||||||
std::unique_ptr<cmCustomCommand> pcc(
|
std::unique_ptr<cmCustomCommand> pcc(
|
||||||
this->MaybeCreateImplibDir(target, configName, this->FortranProject));
|
this->MaybeCreateImplibDir(target, configName, this->FortranProject));
|
||||||
if (pcc.get()) {
|
if (pcc) {
|
||||||
event.Write(*pcc);
|
event.Write(*pcc);
|
||||||
}
|
}
|
||||||
event.Finish();
|
event.Finish();
|
||||||
|
|||||||
Reference in New Issue
Block a user