[Cmake-commits] [cmake-commits] zach.mullen committed cmake.cxx 1.438 1.439

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 9 14:08:20 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv30169

Modified Files:
	cmake.cxx 
Log Message:
Removed duplicated documentation entry.


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.438
retrieving revision 1.439
diff -C 2 -d -r1.438 -r1.439
*** cmake.cxx	8 Nov 2009 15:25:42 -0000	1.438
--- cmake.cxx	9 Nov 2009 19:08:17 -0000	1.439
***************
*** 3407,3415 ****
       "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,
--- 3407,3410 ----



More information about the Cmake-commits mailing list