Skip to content

Commit fb66617

Browse files
authored
Merge pull request #10948 from wckzhang/libdiropt
opal_check_cuda.m4: Add AC_ARG_WITH for libdir option
2 parents b55e183 + c95fa2c commit fb66617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/opal_check_cuda.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ AC_ARG_WITH([cuda],
5050
[AS_HELP_STRING([--with-cuda(=DIR)],
5151
[Build cuda support, optionally adding DIR/include])])
5252
AC_MSG_CHECKING([if --with-cuda is set])
53+
AC_ARG_WITH([cuda-libdir],
54+
[AS_HELP_STRING([--with-cuda-libdir=DIR],
55+
[Search for CUDA libraries in DIR])])
5356
5457
# Note that CUDA support is off by default. To turn it on, the user has to
5558
# request it. The user can just ask for --with-cuda and it that case we

0 commit comments

Comments
 (0)