Skip to content

Commit

Permalink
CMake: Remove superfluous del call in qt-configure-module.bat
Browse files Browse the repository at this point in the history
We're ensuring its existence right in the next line.

Change-Id: If7a55511c9ef839a9f9ae70a7928b58ad768ae65
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
jobor committed Oct 22, 2020
1 parent da9e22f commit 115ead8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/qt-configure-module.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 115ead8

Please sign in to comment.