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:
parent
da9e22f029
commit
115ead8fe4
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user