diff options
Diffstat (limited to 'Source/cmTargetPropertyComputer.h')
| -rw-r--r-- | Source/cmTargetPropertyComputer.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTargetPropertyComputer.h b/Source/cmTargetPropertyComputer.h index 82c6355..a14a3f0 100644 --- a/Source/cmTargetPropertyComputer.h +++ b/Source/cmTargetPropertyComputer.h @@ -23,7 +23,7 @@ public:      if (cmValue loc = GetLocation(tgt, prop, mf)) {        return loc;      } -    if (cmSystemTools::GetFatalErrorOccured()) { +    if (cmSystemTools::GetFatalErrorOccurred()) {        return nullptr;      }      if (prop == "SOURCES") {  | 
