From 53f26dc29de4e522b1b5a49f98784b4309205fc7 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 2 Jul 2021 10:47:27 +0200
Subject: [PATCH] [web] Update Conan instructions.

---
 web/content/docs/devguide/getting-started/prerequisites.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/web/content/docs/devguide/getting-started/prerequisites.md b/web/content/docs/devguide/getting-started/prerequisites.md
index df23c5c9ca9..c1e1e0eed26 100644
--- a/web/content/docs/devguide/getting-started/prerequisites.md
+++ b/web/content/docs/devguide/getting-started/prerequisites.md
@@ -273,8 +273,6 @@ Make sure that `ninja` is in the path afterwards. See Conan install instructions
 
 You only need Conan if you intend to build with one of the following settings **and** do not want to install their dependencies manually:
 
-- `OGS_USE_PETSC` – For parallel processing, requires PETSc
-- `OGS_USE_MFRONT` – MFront material models, requires tfel
 - `OGS_BUILD_GUI` – Builds the Data Explorer, requires Qt
 - `OGS_USE_NETCDF` – NetCDF IO, requires netcdf-cxx
 
-- 
GitLab