From b2b3503fd09d2c78e6d1fd5f81d963136df0a9ae Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 24 Aug 2010 11:27:46 +0000
Subject: [PATCH] adapted svn history of every CMakeLists.txt

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4147 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/common/spline/CMakeLists.txt | 8 --------
 test/decoupled/CMakeLists.txt     | 6 ------
 2 files changed, 14 deletions(-)
 delete mode 100644 test/common/spline/CMakeLists.txt
 delete mode 100644 test/decoupled/CMakeLists.txt

diff --git a/test/common/spline/CMakeLists.txt b/test/common/spline/CMakeLists.txt
deleted file mode 100644
index 299346f100..0000000000
--- a/test/common/spline/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# add build targets
-ADD_EXECUTABLE("test_spline" test_spline.cc)
-TARGET_LINK_LIBRARIES("test_spline" ${DumuxLinkLibraries})
-
-# add required libraries and includes to the build flags 
-LINK_DIRECTORIES(${DumuxLinkDirectories})
-INCLUDE_DIRECTORIES(${DumuxIncludeDirectories})
-
diff --git a/test/decoupled/CMakeLists.txt b/test/decoupled/CMakeLists.txt
deleted file mode 100644
index 5da5805082..0000000000
--- a/test/decoupled/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# directories which are commented out do not compile at the moment
-# (they also don't compile if using the old build system)!
-
-add_subdirectory("1p")
-add_subdirectory("2p")
-
-- 
GitLab