mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
clang-tidy: fix modernize-use-override lints
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
||||
* Used to determine if this generator supports DEPFILE option.
|
||||
*/
|
||||
bool SupportsCustomCommandDepfile() const override { return true; }
|
||||
virtual cm::optional<cmDepfileFormat> DepfileFormat() const override
|
||||
cm::optional<cmDepfileFormat> DepfileFormat() const override
|
||||
{
|
||||
return this->XcodeBuildSystem == BuildSystem::One
|
||||
? cmDepfileFormat::MakeDepfile
|
||||
|
||||
Reference in New Issue
Block a user