From b6e0f3c59153b0116e9229943e2d2738094c9949 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Mon, 11 Mar 2013 14:40:16 +0000 Subject: [PATCH] [CMake] Fix last CMake related commit, that was committed from the wrong local copy. (only this commit was reviewed by bernd, not the last one) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10385 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/implicit/2pdfm/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/implicit/2pdfm/CMakeLists.txt b/test/implicit/2pdfm/CMakeLists.txt index 0ff3755ed8..462caf7b0a 100644 --- a/test/implicit/2pdfm/CMakeLists.txt +++ b/test/implicit/2pdfm/CMakeLists.txt @@ -1,9 +1,6 @@ add_executable("test_2pdfm" test_2pdfm.cc) target_link_libraries("test_2pdfm" ${DumuxLinkLibraries}) -add_executable("test_2pdfm" test_cc2pni.cc) -target_link_libraries("test_2pdfm" ${DumuxLinkLibraries}) - # add required libraries and includes to the build flags link_directories(${DumuxLinkDirectories}) include_directories(${DumuxIncludeDirectories}) -- GitLab