|
@@ -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/ "
|