From f4620ecc13e6bdd46c0cee711fa1d0d89e92d28a Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Fri, 22 Sep 2023 09:29:26 +0200 Subject: [PATCH] disable vcpkg fixes conan-io/conan-center-index#18141 --- recipes/qt/6.x.x/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/qt/6.x.x/conanfile.py b/recipes/qt/6.x.x/conanfile.py index 9347b7aa5d72a..4f076a9f79146 100644 --- a/recipes/qt/6.x.x/conanfile.py +++ b/recipes/qt/6.x.x/conanfile.py @@ -576,6 +576,7 @@ def generate(self): cpp_std_map["23"] = "FEATURE_cxx2b" tc.variables[cpp_std_map.get(current_cpp_std, "FEATURE_cxx17")] = "ON" + tc.variables["QT_USE_VCPKG"] = "OFF" tc.generate()