From dad9550305831784f124c44d08e1e20983415bda Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 11 Sep 2020 09:19:33 +0200 Subject: CMake: Fix running qt-configure-module.bat without arguments We need to make sure to create a config.opt file, even if it's empty. Change-Id: If1e41cea2f3b5f3ce67f30285b77c58f7376546a Reviewed-by: Kai Koehne --- bin/qt-configure-module.bat.in | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/qt-configure-module.bat.in') diff --git a/bin/qt-configure-module.bat.in b/bin/qt-configure-module.bat.in index fa49723741..48fbcceae5 100644 --- a/bin/qt-configure-module.bat.in +++ b/bin/qt-configure-module.bat.in @@ -17,6 +17,7 @@ if not exist "%module_root%\CMakeLists.txt" ( ) if exist "config.opt" del "config.opt" +echo. > "config.opt" set first_iteration=indeed for %%a in (%*) do ( if defined first_iteration ( -- cgit v1.2.3