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)