Skip to content
Snippets Groups Projects
Verified Commit dddaa761 authored by Lars Bilke's avatar Lars Bilke
Browse files

Bumped Conan to 1.33.0

parent 35d81f1b
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class pm_conan(bb_base): ...@@ -38,7 +38,7 @@ class pm_conan(bb_base):
self += packages(ospackages=["pkg-config"]) self += packages(ospackages=["pkg-config"])
# For building curl: # For building curl:
self += packages(ospackages=["autoconf-archive", "libtool"]) self += packages(ospackages=["autoconf-archive", "libtool"])
conan_version = "1.32.1" conan_version = "1.33.0"
self += pip(pip="pip3", packages=["conan=={}".format(conan_version)]) self += pip(pip="pip3", packages=["conan=={}".format(conan_version)])
self += shell(commands=self.__commands) self += shell(commands=self.__commands)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment