From 1605059e87b9954ca9bc4f0786b06dfeb2058e73 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 25 Sep 2019 10:34:59 +0200 Subject: [PATCH] platform_configs: remove CMAKE_VERBOSE_MAKEFILE option which is not in use when ninja got selected. Change-Id: I1841471dee0f58e4a54cd05f33f4ba7c3a1a8251 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor --- coin/platform_configs/default.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index 4bceae07..a2499e16 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -1,12 +1,12 @@ - Template: 'qtci-linux-Ubuntu-18.04-x86_64' Compiler: 'GCC' - Configure arguments: '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON' + Configure arguments: '-DBUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON' - Template: 'qtci-linux-openSUSE-15.0-x86_64' Compiler: 'ICC_18' - Configure arguments: '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF' + Configure arguments: '-DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF' - Template: 'qtci-macos-10.13-x86_64-2' Compiler: 'Clang' - Configure arguments: '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode10.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12' + Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode10.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12' - Template: 'qtci-windows-10-x86_64-14' Compiler: 'MSVC2017' - Configure arguments: '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF -DCMAKE_TOOLCHAIN_FILE={{.Env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake' + Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_TOOLCHAIN_FILE={{.Env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake'