Samuel Thibault 15 年之前
父節點
當前提交
865c2a86f5
共有 1 個文件被更改,包括 1 次插入0 次删除
  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/ "