[cmake-commits] david.cole committed CMakeLists.txt 1.31 1.32

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 1 15:57:36 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
COMP: Rename the executables for the SimpleInstall tests so that the executable files that run during the test do not have the word install in their file names. This allows running the tests on Windows Vista without admin privileges and without adding a manifest containing the asInvoker requestedExecutionLevel element.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- CMakeLists.txt	25 Sep 2007 12:36:21 -0000	1.31
+++ CMakeLists.txt	1 Oct 2007 19:57:33 -0000	1.32
@@ -182,7 +182,7 @@
     --build-two-config
     --build-options
     "-DCMAKE_INSTALL_PREFIX:PATH=${SimpleInstallInstallDir}"
-    --test-command   ${SimpleInstallInstallDir}/MyTest/bin/SimpleInstallExe)
+    --test-command   ${SimpleInstallInstallDir}/MyTest/bin/SimpleInstExe)
   ADD_TEST(SimpleInstall-Stage2 ${CMAKE_CTEST_COMMAND}
     --build-and-test
     "${CMake_SOURCE_DIR}/Tests/SimpleInstallS2"
@@ -194,7 +194,7 @@
     --build-options
     "-DCMAKE_INSTALL_PREFIX:PATH=${SimpleInstallInstallDir}"
     "-DSTAGE2:BOOL=1"
-    --test-command   ${SimpleInstallInstallDir}/MyTest/bin/SimpleInstallS2)
+    --test-command   ${SimpleInstallInstallDir}/MyTest/bin/SimpleInstExeS2)
 
   ADD_TEST(X11  ${CMAKE_CTEST_COMMAND}
     --build-and-test



More information about the Cmake-commits mailing list