Skip to content

Commit

Permalink
drop support msvc 193 in 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Sep 5, 2024
1 parent 6988e10 commit 07e63a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/box2d/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def _compilers_minimum_version(self):
"apple-clang": "10",
"clang": "7",
"gcc": "8",
"msvc": "192",
"Visual Studio": "16",
"msvc": "193",
"Visual Studio": "17",
}

def export_sources(self):
Expand Down

0 comments on commit 07e63a4

Please sign in to comment.