mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
TargetPropertyComputer: Remove redundant error check
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user