From bb2524e6aa4e4c09cdfd7ee805f9aba459181464 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 31 Aug 2023 12:01:49 +0200 Subject: [PATCH] Set CONAN_DISABLE_STRICT_MODE for windows runner The CPython recipe probably need some tender love and care. Contributes to CURA-10951 --- profiles/runner.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/runner.jinja b/profiles/runner.jinja index bbe06e5..b5ee616 100644 --- a/profiles/runner.jinja +++ b/profiles/runner.jinja @@ -7,5 +7,5 @@ include(cura.jinja) [options] [env] - +CONAN_DISABLE_STRICT_MODE=1 [conf] \ No newline at end of file