added the missing DKS flags after removing FindDKS.cmake
This commit is contained in:
parent
cd53c5a574
commit
f9f64109c1
@ -140,7 +140,8 @@ endif (OpenMP_FOUND)
|
||||
|
||||
#--- add DKS compiler flags if enabled ----------------------------------------
|
||||
if (DKS_FOUND)
|
||||
target_compile_options(PMusr PUBLIC ${DKS_CFLAGS})
|
||||
set(DKS_CXX_FLAGS -DDKS_OPENCL -DDKS_CUDA -I${CUDA_INCLUDE_DIRS} -I${DKS_INCLUDE_DIR})
|
||||
target_compile_options(PMusr PUBLIC ${DKS_CXX_FLAGS})
|
||||
endif (DKS_FOUND)
|
||||
|
||||
#--- add library dependencies -------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user