CMP0051: Remove support for OLD behavior

This commit is contained in:
Brad King
2024-12-06 11:35:29 -05:00
parent c0f0931771
commit e4fddc8e37
14 changed files with 14 additions and 128 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ public:
return nullptr;
}
if (prop == "SOURCES") {
return GetSources(tgt, mf);
return GetSources(tgt);
}
return nullptr;
}
@@ -88,5 +88,5 @@ private:
}
template <typename Target>
static cmValue GetSources(Target const* tgt, cmMakefile const& mf);
static cmValue GetSources(Target const* tgt);
};