From 220746681e463d2ba9333a255bcbcc7a16288b69 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 21 Mar 2017 10:13:30 +0100
Subject: [PATCH] [insitu] Added OGS_INSITU as CMake option.

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7e5ada0b24..b62d2629fde 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,6 +72,8 @@ option(OGS_BUILD_METIS "Should metis and the partmesh util be built?" OFF)
 
 option(OGS_NO_EXTERNAL_LIBS "Builds OGS without any external dependencies." OFF)
 
+option(OGS_INSITU "Builds OGS with insitu visualization capabilities." OFF)
+
 # Linear solvers
 option(OGS_USE_LIS "Use Lis" OFF)
 
-- 
GitLab