From b2e6f889c0d9bc40ea56f36d6b0fa12dd0ab0f20 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 11 Jun 2024 12:47:17 +0200 Subject: [PATCH] Enable the use of VCPKG for qtgrpc Change-Id: Ieecc545d074aedc77be420ef2784d83ef67a828a Reviewed-by: Alexandru Croitor --- coin/module_config.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 68b586bd..e85a0f0f 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -9,13 +9,9 @@ instructions: - type: EnvironmentVariable variableName: VERIFY_SOURCE_SBOM variableValue: "ON" - - type: AppendToEnvironmentVariable - variableName: COMMON_TEST_CMAKE_ARGS - variableValue: " -DQT_ALLOW_DOWNLOAD=ON" - enable_if: - condition: property - property: features - contains_value: AllowDownload + - type: EnvironmentVariable + variableName: USE_VCPKG + variableValue: "ON" - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml" Test: