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 +######################################################################################