summaryrefslogtreecommitdiffstats
path: root/Source/cmGetTargetPropertyCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.cxx')
-rw-r--r--Source/cmGetTargetPropertyCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetTargetPropertyCommand.cxx b/Source/cmGetTargetPropertyCommand.cxx
index 21626ac..7c35aaf 100644
--- a/Source/cmGetTargetPropertyCommand.cxx
+++ b/Source/cmGetTargetPropertyCommand.cxx
@@ -39,7 +39,7 @@ bool cmGetTargetPropertyCommand::InitialPass(
return true;
}
}
- m_Makefile->AddDefinition(var, "NOT_FOUND");
+ m_Makefile->AddDefinition(var, "NOTFOUND");
return true;
}