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

Bumped Conan to 1.22.2

parent 41acdd92
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class pm_conan(bb_base):
self += packages(ospackages=['pkg-config'])
# For building curl:
self += packages(ospackages=['autoconf-archive', 'libtool'])
conan_version = "1.21.0"
conan_version = "1.22.2"
self += pip(pip='pip3', packages=['conan=={}'.format(conan_version)])
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