]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2010 15:17:51 +0000 (15:17 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2010 15:17:51 +0000 (15:17 +0000)
ctest/dashboard/cmakemod.bat
ctest/dashboard/compilemod.bat

index 3b7465db334ba1d6d59283ebd508e1f88cdafcf4..f9ae7553fa1c2f44d3026cff23e722f1f37afda0 100644 (file)
@@ -3,6 +3,6 @@ set currentdir=%currentdir:\=/%
 mkdir %2
 cd %2
 cmake -G"Visual Studio 9 2008" -H%currentdir%%1 -B%currentdir%%2
-cmake -D INCLUDE_CTEST:BOOL=ON CMakeCache.txt
+cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=%currentdir%/tmpINSTALL CMakeCache.txt
 cd ..
 
index bf10c4b451f4270bc2a91f62b238d0b0e98fca0d..2336ff9e921b4690a5826f24f9706540b83da6ca 100644 (file)
@@ -1,6 +1,6 @@
 cd %2
 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1
-FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:Install
-FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:Package
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:INSTALL
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:PACKAGE
 cd ..