From 2aa5fccb2f67b572296db22d196cfbafe87f64ec Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Fri, 16 Dec 2011 16:09:35 +0000
Subject: [PATCH] CMake: copy the testing script the right way

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60144b60cb..d6eae7a889 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -183,7 +183,7 @@ add_subdirectory("tutorial")
 
 # copy the testing script
 make_directory(util)
-file(COPY util/runTest.sh DESTINATION util/runTest.sh)
+file(COPY util/runTest.sh DESTINATION util)
 
 # set up CTest 
 ENABLE_TESTING()
-- 
GitLab