From 19914257759bf0a102fd86a4a2d8281b33452d19 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Mon, 23 Apr 2018 16:14:20 +0200 Subject: [PATCH] remove this line inherited from plasma --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98fcfe25f..c53659f57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -421,7 +421,6 @@ if(NOT CHAMELEON_SIMULATION) "\n cuda headers with your distribution of CUDA.") endif() if (CUDA_LIBRARIES) - list(APPEND EXTRA_SOURCES src/gpu_data.c) set(saved_include "${CMAKE_REQUIRED_INCLUDES}") set(saved_libs "${CMAKE_REQUIRED_LIBRARIES}") set(CMAKE_REQUIRED_INCLUDES "${CMAKE_REQUIRED_INCLUDES};${CUDA_INCLUDE_DIRS}") -- GitLab