5e9e1146e1
GitOrigin-RevId: 18036c0be90f4e308ae3ebcab0e14aae0336fe42
5 lines
232 B
Bash
5 lines
232 B
Bash
# shellcheck shell=bash
|
|
|
|
# CMake's enable_language(CUDA) runs a compiler test and it doesn't account for
|
|
# CUDAToolkit_ROOT. We have to help it locate libcudart
|
|
export NVCC_APPEND_FLAGS+=" -L@cudartRoot@/lib -I@cudartRoot@/include"
|