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

Added libxml2 to --pm system.

parent f8196228
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,7 @@ if local_args.ogs != "clean":
Stage0 += cmake(eula=True, version="3.16.6")
Stage0 += boost(version="1.66.0", bootstrap_opts=["headers"])
Stage0 += environment(variables={"BOOST_ROOT": "/usr/local/boost"})
Stage0 += packages(apt=["libxml2-dev"], yum=["libxml2-devel"])
vtk_cmake_args = [
"-DModule_vtkIOXML=ON",
"-DModule_vtkIOLegacy=ON",
......
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