Merge branch 'dks6' of https://git.psi.ch/nemu/musrfit into dks6
This commit is contained in:
commit
5134a0cc00
@ -140,7 +140,8 @@ endif (OpenMP_FOUND)
|
|||||||
|
|
||||||
#--- add DKS compiler flags if enabled ----------------------------------------
|
#--- add DKS compiler flags if enabled ----------------------------------------
|
||||||
if (DKS_FOUND)
|
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)
|
endif (DKS_FOUND)
|
||||||
|
|
||||||
#--- add library dependencies -------------------------------------------------
|
#--- add library dependencies -------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user