fix appending to CUDA_FLAGS
This commit is contained in:
parent
7105287f0d
commit
bc0192f654
1 changed files with 1 additions and 2 deletions
|
@ -716,8 +716,7 @@ if (LLAMA_CUBLAS)
|
||||||
list(APPEND CUDA_CXX_FLAGS ${ARCH_FLAGS})
|
list(APPEND CUDA_CXX_FLAGS ${ARCH_FLAGS})
|
||||||
list(JOIN CUDA_CXX_FLAGS " " CUDA_CXX_FLAGS_JOINED) # pass host compiler flags as a single argument
|
list(JOIN CUDA_CXX_FLAGS " " CUDA_CXX_FLAGS_JOINED) # pass host compiler flags as a single argument
|
||||||
if (NOT CUDA_CXX_FLAGS_JOINED STREQUAL "")
|
if (NOT CUDA_CXX_FLAGS_JOINED STREQUAL "")
|
||||||
set(CUDA_FLAGS -Xcompiler ${CUDA_CXX_FLAGS_JOINED})
|
list(APPEND CUDA_FLAGS -Xcompiler ${CUDA_CXX_FLAGS_JOINED})
|
||||||
add_compile_options("$<$<COMPILE_LANGUAGE:CUDA>:${CUDA_FLAGS}>")
|
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
add_compile_options("$<$<COMPILE_LANGUAGE:CUDA>:${CUDA_FLAGS}>")
|
add_compile_options("$<$<COMPILE_LANGUAGE:CUDA>:${CUDA_FLAGS}>")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue