Browse Source

Removed duplicated documentation entry.

Zach Mullen 16 years ago
parent
commit
b4ed21c305
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Source/cmake.cxx

+ 0 - 5
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 "
      "List of packages which were not found during the CMake run. Whether a "
      "package has been found is determined using the <NAME>_FOUND variables.");
      "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(
   cm->DefineProperty(
     "__CMAKE_DELETE_CACHE_CHANGE_VARS_", cmProperty::GLOBAL,
     "__CMAKE_DELETE_CACHE_CHANGE_VARS_", cmProperty::GLOBAL,
     "Internal property",
     "Internal property",