From b2408ea1aeb72bb54bbb488efb6cae691a03b674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Tue, 2 Jul 2019 15:24:00 +0200 Subject: [PATCH] Fix check for static builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should check if configureArgs has "-DBUILD_SHARED_LIBS=OFF", that means "contains_value" not "in_values". Change-Id: I6c0c3ac695fa439c68f3027e70adc389f6fb27c1 Reviewed-by: JÄ™drzej Nowacki --- coin/module_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 3c873b0ff9..66dfbf2d44 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -233,7 +233,7 @@ regular_specific_test_instructions: ®ular_test_instructions disable_if: condition: property property: configureArgs - in_values: "-DBUILD_SHARED_LIBS=OFF" + contains_value: "-DBUILD_SHARED_LIBS=OFF" build_instructions: