diff options
author | Brad King <brad.king@kitware.com> | 2009-03-10 15:11:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-03-10 15:11:15 (GMT) |
commit | 32258b44bc5d335ca5143194852a7e6bed0b62a3 (patch) | |
tree | 3e4a39e1e0efef6c7171aea0b7a8d6944955ae74 /Source/cmake.cxx | |
parent | e5e91d617940cab2ea4e8630c6c20cd09794b3a9 (diff) | |
download | CMake-32258b44bc5d335ca5143194852a7e6bed0b62a3.zip CMake-32258b44bc5d335ca5143194852a7e6bed0b62a3.tar.gz CMake-32258b44bc5d335ca5143194852a7e6bed0b62a3.tar.bz2 |
ENH: Document CACHE entry properties
This adds a property documentation section for CACHE properties.
We document the ADVANCED, HELPSTRING, TYPE, and VALUE properties.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 4068259..825fe63 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -228,6 +228,7 @@ void cmake::InitializeProperties() this->PropertyDefinitions.clear(); // initialize properties + cmCacheManager::DefineProperties(this); cmSourceFile::DefineProperties(this); cmTarget::DefineProperties(this); cmMakefile::DefineProperties(this); |