This commit is contained in:
Richard Berger 2017-07-17 11:55:05 -04:00
parent 80e4448614
commit 1c1a1db366
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ if(ENABLE_GPU)
file(GLOB_RECURSE GPU_LIB_SOURCES ${LAMMPS_LIB_SOURCE_DIR}/gpu/*.cpp
${LAMMPS_LIB_SOURCE_DIR}/gpu/*.cu
${LAMMPS_LIB_SOURCE_DIR}/gpu/*.cu)
cuda_add_library(lammps_gpu ${GPU_LIB_SOURCES})
list(APPEND LAMMPS_LINK_LIBS lammps_gpu)