From a4de63f228c77f47e47e0da765faaf21a5e43353 Mon Sep 17 00:00:00 2001 From: boufaras Date: Fri, 16 Dec 2011 17:56:26 +0000 Subject: [PATCH] update cmake for independant package ParadisEO-GPU git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2571 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-gpu/tutorial/OneMax/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trunk/paradiseo-gpu/tutorial/OneMax/CMakeLists.txt b/trunk/paradiseo-gpu/tutorial/OneMax/CMakeLists.txt index 99887d351..a207c4859 100644 --- a/trunk/paradiseo-gpu/tutorial/OneMax/CMakeLists.txt +++ b/trunk/paradiseo-gpu/tutorial/OneMax/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 @@ -46,4 +44,4 @@ TARGET_LINK_LIBRARIES(GPUtestSimpleHCByCpy eoutils ga eo) TARGET_LINK_LIBRARIES(GPUtestSimpleTS eoutils ga eo) TARGET_LINK_LIBRARIES(GPUtestSimulatedAnnealing eoutils ga eo) -###################################################################################### \ No newline at end of file +######################################################################################