Explorar el Código

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

Nathalie Furmento hace 12 años
padre
commit
6a9b202b28
Se han modificado 1 ficheros con 1 adiciones y 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])
 
 ###############################################################################