From 115ead8fe463606aafc82641425423337053af2b Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 21 Oct 2020 16:27:08 +0200 Subject: [PATCH] CMake: Remove superfluous del call in qt-configure-module.bat We're ensuring its existence right in the next line. Change-Id: If7a55511c9ef839a9f9ae70a7928b58ad768ae65 Reviewed-by: Alexandru Croitor --- bin/qt-configure-module.bat.in | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/qt-configure-module.bat.in b/bin/qt-configure-module.bat.in index 05efc1c0a4a..72d3a460bf8 100644 --- a/bin/qt-configure-module.bat.in +++ b/bin/qt-configure-module.bat.in @@ -17,7 +17,6 @@ if not exist "%module_root%\CMakeLists.txt" ( exit /b 1 ) -if exist "config.opt" del "config.opt" echo. > "config.opt" set first_iteration=indeed for %%a in (%*) do (