diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-13 12:19:59 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-13 12:19:59 -0500 |
commit | 5d11564c35b7c7f7a578e848b926a63746c3bcf3 (patch) | |
tree | 0abed46cb0dc0ad9f3d458d43188958cb15f9f63 /Source/cmPropertyMap.cxx | |
parent | e1a142f033f3842e19cd207c32fad384a0384772 (diff) | |
download | cmake-5d11564c35b7c7f7a578e848b926a63746c3bcf3.tar.gz |
ENH: allow source file properties to chain to Directories and up
Diffstat (limited to 'Source/cmPropertyMap.cxx')
-rw-r--r-- | Source/cmPropertyMap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyMap.cxx b/Source/cmPropertyMap.cxx index 9c68824637..7c5608f207 100644 --- a/Source/cmPropertyMap.cxx +++ b/Source/cmPropertyMap.cxx @@ -19,7 +19,7 @@ #include "cmake.h" // define STRICT to get checking of all set and get property calls -//#define STRICT +#define STRICT cmProperty *cmPropertyMap::GetOrCreateProperty(const char *name) { |