From a209000ef6aea7d162d46b54d80a4eb2e296820b Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Wed, 8 Jul 2015 16:50:12 +0000
Subject: [PATCH] [CMake] Remove explicitly created executalbe test_2pwithamg.

It prevented the automatically building of the executable.
(revelead and reviewed by nicolas)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15026 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/decoupled/2p/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/decoupled/2p/CMakeLists.txt b/test/decoupled/2p/CMakeLists.txt
index 1142cdace7..6a483ce299 100644
--- a/test/decoupled/2p/CMakeLists.txt
+++ b/test/decoupled/2p/CMakeLists.txt
@@ -12,7 +12,6 @@ add_dumux_test(test_impesadaptive test_impesadaptive test_impesadaptive.cc
   ${CMAKE_CURRENT_BINARY_DIR}/test_2padaptive-00007.vtu
   ${CMAKE_CURRENT_BINARY_DIR}/test_impesadaptive)
 
-add_executable("test_impeswithamg" EXCLUDE_FROM_ALL test_impeswithamg.cc)
 if(MPI_FOUND)
   add_dumux_test(test_impeswithamg test_impeswithamg test_impeswithamg.cc
     ${CMAKE_SOURCE_DIR}/bin/runTest.sh
-- 
GitLab