From a54169789d2eaffd83fa121d092e1af755c2a968 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 11 Sep 2007 15:21:37 -0400 Subject: ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on Vista by adding a requestedExecutionLevel element to its manifest. --- CTestCustom.cmake.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CTestCustom.cmake.in') diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index f6640f3ac7..bdd75245c8 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -22,9 +22,9 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "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 @@ IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop") "Kdevelop" ) ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop") - -- cgit v1.2.1