Samuel Thibault 15 years ago
parent
commit
865c2a86f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -176,6 +176,7 @@ if test x$enable_cuda = xyes -o x$enable_cuda = xmaybe; then
 			# in case this was not explicit yet
 			enable_cuda=yes
 		], cuda_dir=/usr/local/cuda/)
+# TODO: try other paths as well (including /c/cuda for windows)
 	
 	if test -d "$cuda_dir/include/"; then
 		CPPFLAGS="${CPPFLAGS} -I$cuda_dir/include/ "