From: mpv Date: Mon, 20 Oct 2014 07:48:14 +0000 (+0400) Subject: Make python unit tests launched correctly X-Git-Tag: V_0.5~90^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cbbabbb515d0ebd2fe134c13a04180d2d884b33b;p=modules%2Fshaper.git Make python unit tests launched correctly --- diff --git a/build_Salome740_deb.bat b/build_Salome740_deb.bat index 130599b4f..77a58f1ed 100644 --- a/build_Salome740_deb.bat +++ b/build_Salome740_deb.bat @@ -14,6 +14,6 @@ call %SRC_DIR%\env_Salome.bat d mkdir %ROOT_DIR%\build cd %ROOT_DIR%\build -cmake %SRC_DIR% -G "Visual Studio 10" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=%ROOT_DIR%\install +cmake %SRC_DIR% -G "Visual Studio 10" -DPYTHON_EXECUTABLE=%PYTHONHOME%\python_d.exe -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=%ROOT_DIR%\install start "" %MSVC_EXE% NewGEOM.sln