diff options
author | Brad King <brad.king@kitware.com> | 2009-11-10 14:03:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-11-10 14:03:39 (GMT) |
commit | 29ebc97c38a291988e1e16edcbb000bfb879825b (patch) | |
tree | fc8fbd3e0455ce467a3455bf05c6ced301230cdc /Source/cmake.cxx | |
parent | e8f50e90e983b358ff8a729015db3608a51b6f83 (diff) | |
download | CMake-29ebc97c38a291988e1e16edcbb000bfb879825b.zip CMake-29ebc97c38a291988e1e16edcbb000bfb879825b.tar.gz CMake-29ebc97c38a291988e1e16edcbb000bfb879825b.tar.bz2 |
CMake 2.8.0-rc6
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index a2e4a11..1a85a02 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -3387,11 +3387,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", |