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

Bumped boost to 1.67.0

parent 1c4a2e46
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ if local_args.ogs != "clean":
Stage0 += environment(variables={"CONAN_SYSREQUIRES_SUDO": 0})
elif local_args.pm == "system":
Stage0 += cmake(eula=True, version="3.16.6")
Stage0 += boost(version="1.66.0", bootstrap_opts=["headers"])
Stage0 += boost(version="1.67.0", bootstrap_opts=["headers"])
Stage0 += environment(variables={"BOOST_ROOT": "/usr/local/boost"})
Stage0 += packages(apt=["libxml2-dev"], yum=["libxml2-devel"])
vtk_cmake_args = [
......
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