summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-11-09 19:08:17 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-11-09 19:08:17 (GMT)
commitb4ed21c305525a2d06a7a338cd84ac13d6145986 (patch)
tree67d6ab44c6a0d3dfd90c71f1654f4e3ceaf5c24d /Source/cmake.cxx
parent17afd5257b31912195c93d1d1be585c06f8382d7 (diff)
downloadCMake-b4ed21c305525a2d06a7a338cd84ac13d6145986.zip
CMake-b4ed21c305525a2d06a7a338cd84ac13d6145986.tar.gz
CMake-b4ed21c305525a2d06a7a338cd84ac13d6145986.tar.bz2
Removed duplicated documentation entry.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index bac67e9..031b0c2 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -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",