Browse Source

COMP: oops really did not mean to check in that change

Ken Martin 19 years ago
parent
commit
2245c50c51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmPropertyMap.cxx

+ 1 - 1
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)
 {