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 <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2020-10-21 16:27:08 +02:00
parent da9e22f029
commit 115ead8fe4

View File

@ -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 (