]> Creatis software - creaToolsTools.git/blobdiff - Install_mingw64/Install_CreaTools/scripts/base/cmakemod.bat
#3200 creaToolsTools Feature New Normal branch mingw64
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / scripts / base / cmakemod.bat
index 2af51f0a2f10a11f838c50238c381924bdb6d402..562eb2da3853cfb945a2a44fbc63a1eec8e2f1b5 100644 (file)
@@ -62,10 +62,15 @@ echo Architecture found = %PROCESSOR_ARCHITECTURE%
 set binfolder=%3\creatools_%buildtype%%platforme%\cb\%1Bin
 cd %binfolder%
 
-echo cmake -G"%compilerVersion%" -H%3\creatools_sources\%1 -B%3\c_%buildtype%%platforme%\cb\%1Bin
-echo cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=%2\%1 CMakeCache.txt
+::echo cmake -G"%compilerVersion%" -H%3\cs\%1 -B%3\c_%buildtype%%platforme%\cb\%1Bin
+::echo cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=%2\%1 CMakeCache.txt
+::%cmakeBin% -G"MinGW Makefiles" -H%3\cs\%1 -B%3\c_%buildtype%%platforme%\cb\%1Bin 
+::%cmakeBin% -D CMAKE_BUILD_TYPE:STRING=%buildType% -D CMAKE_INSTALL_PREFIX:PATH=%2\%1 CMakeCache.txt 
 
+echo cmake -G"%compilerVersion%" -H%3\cs\%1 -B%3\c_%buildtype%%platforme%\cb\%1Bin
+echo cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=%2\%1 CMakeCache.txt
 %cmakeBin% -G"MinGW Makefiles" -H%3\cs\%1 -B%3\c_%buildtype%%platforme%\cb\%1Bin 
-%cmakeBin% -D CMAKE_BUILD_TYPE:STRING=%buildType% -D CMAKE_INSTALL_PREFIX:PATH=%2\%1 CMakeCache.txt 
+%cmakeBin% -D CMAKE_BUILD_TYPE:STRING=%buildType% -D CMAKE_INSTALL_PREFIX:PATH=%2 CMakeCache.txt 
+
 
 exit /B
\ No newline at end of file