Explorar o código

configure.ac: document NVCC when calling configure --help

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
6a9b202b28
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -545,6 +545,7 @@ if test x$enable_cuda = xyes; then
     AC_SUBST(STARPU_CUDA_CPPFLAGS)
 fi
 
+AC_ARG_VAR([NVCC], [CUDA compiler])
 AC_ARG_VAR([NVCCFLAGS], [CUDA compiler flags])
 
 ###############################################################################