From de39cbc17ff6232e7a42b41344d2e4e42acb08c7 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 29 Aug 2023 14:09:47 +0200 Subject: [PATCH] don't fallback to msvc https://docs.conan.io/1/reference/config_files/global_conf.html --- global.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/global.conf b/global.conf index c945886..3c65c93 100644 --- a/global.conf +++ b/global.conf @@ -8,3 +8,4 @@ tools.gnu:define_libcxx11_abi = True # Otherwise .bat files are created. Maybe we should define this on a recipe basis: # #{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %} +{% if platform.system() == 'Windows' %}core.package_id:msvc_visual_incompatible{% endif %}