From 1d19a01a49ecc91b8535dee54c0ffa266359257c Mon Sep 17 00:00:00 2001 From: boufaras Date: Fri, 16 Dec 2011 17:57:14 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2574 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-gpu/tutorial/QAP_GPU/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trunk/paradiseo-gpu/tutorial/QAP_GPU/CMakeLists.txt b/trunk/paradiseo-gpu/tutorial/QAP_GPU/CMakeLists.txt index ec85ae2c3..93fa4ed25 100644 --- a/trunk/paradiseo-gpu/tutorial/QAP_GPU/CMakeLists.txt +++ b/trunk/paradiseo-gpu/tutorial/QAP_GPU/CMakeLists.txt @@ -4,8 +4,6 @@ INCLUDE_DIRECTORIES( - # include CUDA source directory - ${GPU_SRC_DIR} # include EO source directory ${EO_SRC_DIR}/src # include MO source directory @@ -36,4 +34,4 @@ CUDA_ADD_EXECUTABLE(GPU_testSimpleHC testSimpleHC.cu) CUDA_ADD_EXECUTABLE(GPU_testSimpleTS testSimpleTS.cu) TARGET_LINK_LIBRARIES(GPU_testSimpleHC eoutils ga eo) -TARGET_LINK_LIBRARIES(GPU_testSimpleTS eoutils ga eo) \ No newline at end of file +TARGET_LINK_LIBRARIES(GPU_testSimpleTS eoutils ga eo)