Removed duplicated documentation entry.
This commit is contained in:
parent
17afd5257b
commit
b4ed21c305
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue