diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-13 13:24:23 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-13 13:24:23 -0500 |
commit | 2245c50c51c57558c855b93cdf67ffe588bead8a (patch) | |
tree | e7636a60fb3916cbd0b8f0a38a04eab0795f3243 /Source/cmPropertyMap.cxx | |
parent | 5d11564c35b7c7f7a578e848b926a63746c3bcf3 (diff) | |
download | cmake-2245c50c51c57558c855b93cdf67ffe588bead8a.tar.gz |
COMP: oops really did not mean to check in that change
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 7c5608f207..9c68824637 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) { |