summaryrefslogtreecommitdiffstats
path: root/Source/cmPropertyMap.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-10-16 18:28:37 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-10-16 18:28:37 (GMT)
commit236d1ebf56a5349a50b9251c68ceadffc01ea708 (patch)
tree84b1c54aa16caf78f674819aea934c4b0d3a5cda /Source/cmPropertyMap.cxx
parent1de1f4bb834b37ee96b56fc72949b87139d4b318 (diff)
downloadCMake-236d1ebf56a5349a50b9251c68ceadffc01ea708.zip
CMake-236d1ebf56a5349a50b9251c68ceadffc01ea708.tar.gz
CMake-236d1ebf56a5349a50b9251c68ceadffc01ea708.tar.bz2
ENH: added CMAKE_STRICT option for var and property checking
Diffstat (limited to 'Source/cmPropertyMap.cxx')
-rw-r--r--Source/cmPropertyMap.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmPropertyMap.cxx b/Source/cmPropertyMap.cxx
index c69ca7b..6820694 100644
--- a/Source/cmPropertyMap.cxx
+++ b/Source/cmPropertyMap.cxx
@@ -18,9 +18,6 @@
#include "cmSystemTools.h"
#include "cmake.h"
-// define STRICT to get checking of all set and get property calls
-//#define CMAKE_STRICT
-
cmProperty *cmPropertyMap::GetOrCreateProperty(const char *name)
{
cmPropertyMap::iterator it = this->find(name);