From 6f64ee189e66a38f7cbd4433f41ccb565a35d604 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Thu, 21 Dec 2017 11:11:56 +0100 Subject: [PATCH] [cmake] Fix mixeddimension --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 25810628f4..43b16a8a44 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,6 +2,6 @@ add_subdirectory("common") add_subdirectory("freeflow") add_subdirectory("io") add_subdirectory("material") -add_subdirectory("mixeddimension") +#add_subdirectory("mixeddimension") add_subdirectory("porousmediumflow") add_subdirectory("discretization") -- GitLab