From b43a49ae2983aa61fb95d48f380f3cb767b4975e Mon Sep 17 00:00:00 2001
From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de>
Date: Mon, 22 Jan 2018 22:34:15 +0100
Subject: [PATCH] [test][co2] Fix problems with cmake compile definitions

---
 test/porousmediumflow/co2/implicit/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/porousmediumflow/co2/implicit/CMakeLists.txt b/test/porousmediumflow/co2/implicit/CMakeLists.txt
index 6cadda160a..af7116b2f0 100644
--- a/test/porousmediumflow/co2/implicit/CMakeLists.txt
+++ b/test/porousmediumflow/co2/implicit/CMakeLists.txt
@@ -43,7 +43,7 @@ dune_add_test(NAME test_co2_tpfa
 dune_add_test(NAME test_co2ni_box
               SOURCES test_co2_fv.cc
               COMPILE_DEFINITIONS TYPETAG=HeterogeneousNIBoxTypeTag
-              COMPILE_DEFINITIONS ISOTHERMAL=0
+                                  ISOTHERMAL=0
               CMAKE_GUARD "( dune-alugrid_FOUND AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS )"
               COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
               CMD_ARGS --script fuzzy
@@ -55,7 +55,7 @@ dune_add_test(NAME test_co2ni_box
 dune_add_test(NAME test_co2ni_tpfa
               SOURCES test_co2_fv.cc
               COMPILE_DEFINITIONS TYPETAG=HeterogeneousNICCTpfaTypeTag
-              COMPILE_DEFINITIONS ISOTHERMAL=0
+                                  ISOTHERMAL=0
               CMAKE_GUARD "( dune-alugrid_FOUND AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS )"
               COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
               CMD_ARGS --script fuzzy
-- 
GitLab