Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
disable vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Sep 22, 2023
1 parent 4fb03a2 commit f4620ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f4620ec

Please sign in to comment.