[cmake-commits] david.cole committed CTestCustom.cmake.in 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 11 15:21:39 EDT 2007


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

Modified Files:
	CTestCustom.cmake.in 
Log Message:
ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on Vista by adding a requestedExecutionLevel element to its manifest.


Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CTestCustom.cmake.in	31 Aug 2007 18:51:09 -0000	1.1
+++ CTestCustom.cmake.in	11 Sep 2007 19:21:37 -0000	1.2
@@ -22,9 +22,9 @@
   "Clock skew detected"
   "remark\\(1209"
   "stl_deque.h:1051"
+  "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
   )
 
-
 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
   SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
     ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
@@ -38,4 +38,3 @@
     "Kdevelop"
     )
 ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
-



More information about the Cmake-commits mailing list