diff options
Diffstat (limited to 'openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt')
-rw-r--r-- | openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt index 6e7f76f5c5b..1cd13c50395 100644 --- a/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt +++ b/openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt @@ -55,7 +55,6 @@ if(LIBOMPTARGET_DEP_CUDA_FOUND) src/omptarget-nvptx.cu src/parallel.cu src/reduction.cu - src/support.cu src/sync.cu src/task.cu ) @@ -89,7 +88,7 @@ if(LIBOMPTARGET_DEP_CUDA_FOUND) set(BUILD_SHARED_LIBS OFF) set(CUDA_SEPARABLE_COMPILATION ON) list(APPEND CUDA_NVCC_FLAGS -I${devicertl_base_directory}) - cuda_add_library(omptarget-nvptx STATIC unity.cu + cuda_add_library(omptarget-nvptx STATIC ${cuda_src_files} ${omp_data_objects} OPTIONS ${CUDA_ARCH} ${CUDA_DEBUG}) # Install device RTL under the lib destination folder. |