From 2245c50c51c57558c855b93cdf67ffe588bead8a Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 13 Dec 2006 13:24:23 -0500 Subject: [PATCH] COMP: oops really did not mean to check in that change --- Source/cmPropertyMap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmPropertyMap.cxx b/Source/cmPropertyMap.cxx index 7c5608f20..9c6882463 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) {