TargetPropertyComputer: Remove redundant error check

This commit is contained in:
Tom Osika
2026-08-10 17:29:13 -04:00
parent 72ae7352d5
commit f81da1043d
-3
View File
@@ -23,9 +23,6 @@ public:
if (cmValue loc = GetLocation(tgt, prop, mf)) {
return loc;
}
if (cmSystemTools::GetFatalErrorOccurred()) {
return nullptr;
}
if (prop == "SOURCES") {
return GetSources(tgt);
}