Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Update Conan conventions
Browse files Browse the repository at this point in the history
Automatically created by bincrafters-conventions 0.24.2
  • Loading branch information
bincrafters-user committed May 15, 2020
1 parent 395e6dc commit 920d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def build_requirements(self):
if tools.os_info.is_windows and self.settings.compiler == "Visual Studio":
self.build_requires("jom/1.1.3")
if self._meson_supported():
self.build_requires("meson/0.54.0")
self.build_requires("meson/0.54.1")

def _is_mingw(self):
return self.settings.os == "Windows" and self.settings.compiler == "gcc"
Expand Down

0 comments on commit 920d375

Please sign in to comment.