summaryrefslogtreecommitdiffstats
path: root/Source/cmPropertyMap.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-13 18:24:23 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-12-13 18:24:23 (GMT)
commit2245c50c51c57558c855b93cdf67ffe588bead8a (patch)
treee7636a60fb3916cbd0b8f0a38a04eab0795f3243 /Source/cmPropertyMap.cxx
parent5d11564c35b7c7f7a578e848b926a63746c3bcf3 (diff)
downloadCMake-2245c50c51c57558c855b93cdf67ffe588bead8a.zip
CMake-2245c50c51c57558c855b93cdf67ffe588bead8a.tar.gz
CMake-2245c50c51c57558c855b93cdf67ffe588bead8a.tar.bz2
COMP: oops really did not mean to check in that change
Diffstat (limited to 'Source/cmPropertyMap.cxx')
-rw-r--r--Source/cmPropertyMap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPropertyMap.cxx b/Source/cmPropertyMap.cxx
index 7c5608f..9c68824 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)
{