From 8046d6c37682b4abd660ddee3e3922fb75d31f54 Mon Sep 17 00:00:00 2001 From: h-h Date: Fri, 10 Jun 2016 18:36:53 +0200 Subject: Added "call" for running a .bat file from a .bat file, as it should be (bzr r14971.2.1) --- configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.bat b/configure.bat index 503b47b84..11adb9445 100644 --- a/configure.bat +++ b/configure.bat @@ -1,5 +1,5 @@ REM Set the MinGW environment variables. -if "%MINGW_BIN%"=="" mingwenv.bat +if "%MINGW_BIN%"=="" call mingwenv.bat REM Delete the CMake cache. Needed when changes on the CMakeLists should be applied in a consistent way. del CMakeCache.txt -- cgit v1.2.3