mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06: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(
|
||||
this->MaybeCreateImplibDir(target, configName, this->FortranProject));
|
||||
if (pcc.get()) {
|
||||
if (pcc) {
|
||||
event.Write(*pcc);
|
||||
}
|
||||
event.Finish();
|
||||
|
||||
Reference in New Issue
Block a user