From cd48b6f971eeefe5ba86e4b0aa19c1e2de73bfe3 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 5 Nov 2020 17:05:03 +0100 Subject: [PATCH] Fix breakage in Coin caused by -verbose going to cmake configure Fixes commit 57ae486e364106b0b47cf2020ee1d05bc8d89fef Change-Id: I6a20580c27c9474c9507c5f346b78a2a3f793169 Reviewed-by: Volker Hilsheimer --- coin/platform_configs/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index 267e2173..6c80d5bf 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -14,7 +14,7 @@ Configurations: Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' Compiler: 'GCC' Features: ['UseLegacyInstructions', 'DisableTests'] - Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl' + Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' Compiler: 'GCC'