summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2007-09-11 15:21:37 -0400
committerDavid Cole <david.cole@kitware.com>2007-09-11 15:21:37 -0400
commita54169789d2eaffd83fa121d092e1af755c2a968 (patch)
tree2cc7bfabfad00c26abc2333a97de3b311b2ea742 /CTestCustom.cmake.in
parent1f99030cfa5d7782859d903e09eda3f518aa31a2 (diff)
downloadcmake-a54169789d2eaffd83fa121d092e1af755c2a968.tar.gz
ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on Vista by adding a requestedExecutionLevel element to its manifest.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in3
1 files changed, 1 insertions, 2 deletions
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")
-