Removed duplicated documentation entry.

This commit is contained in:
Zach Mullen 2009-11-09 14:08:17 -05:00
parent 17afd5257b
commit b4ed21c305
1 changed files with 0 additions and 5 deletions

View File

@ -3406,11 +3406,6 @@ void cmake::DefineProperties(cmake *cm)
"List of packages which were not found during the CMake run. Whether a "
"package has been found is determined using the <NAME>_FOUND variables.");
cm->DefineProperty
("PACKAGES_NOT_FOUND", cmProperty::GLOBAL,
"List of packages which were not found during the CMake run.",
"List of packages which were not found during the CMake run. Whether a "
"package has been found is determined using the <NAME>_FOUND variables.");
cm->DefineProperty(
"__CMAKE_DELETE_CACHE_CHANGE_VARS_", cmProperty::GLOBAL,
"Internal property",