summaryrefslogtreecommitdiffstats
path: root/Source/cmGetSourceFilePropertyCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-05-29 19:30:54 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-05-29 19:30:54 (GMT)
commiteee69632d643847b7b7e04be9fc8c51ace0fa34e (patch)
tree383ef16d5e53ffb74a7ff1f0ad8d25bcf06a189d /Source/cmGetSourceFilePropertyCommand.cxx
parentdfd22fdf23f09d311f197b6f596dbcd3163b4914 (diff)
downloadCMake-eee69632d643847b7b7e04be9fc8c51ace0fa34e.zip
CMake-eee69632d643847b7b7e04be9fc8c51ace0fa34e.tar.gz
CMake-eee69632d643847b7b7e04be9fc8c51ace0fa34e.tar.bz2
minor bug fix
Diffstat (limited to 'Source/cmGetSourceFilePropertyCommand.cxx')
-rw-r--r--Source/cmGetSourceFilePropertyCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetSourceFilePropertyCommand.cxx b/Source/cmGetSourceFilePropertyCommand.cxx
index efd9776..8e4d3b2 100644
--- a/Source/cmGetSourceFilePropertyCommand.cxx
+++ b/Source/cmGetSourceFilePropertyCommand.cxx
@@ -39,7 +39,7 @@ bool cmGetSourceFilePropertyCommand::InitialPass(
}
}
- m_Makefile->AddDefinition(var, "NOT_FOUND");
+ m_Makefile->AddDefinition(var, "NOTFOUND");
return true;
}