From 1a15ec3e30484b496c9bdbe40b3ced49b53b8f8e Mon Sep 17 00:00:00 2001 From: Lars Bilke 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)