Skip to content

Commit 477729a

Browse files
committed
configure.ac: print CUDA version in summary
an additional information that may be useful, eg. if more versions in system
1 parent 3b1070e commit 477729a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ AC_ARG_WITH(cuda-compiler,
595595
[CUDA_COMPILER="$withval"],
596596
[])
597597

598-
HOST_CC_REPORT=" ("
598+
HOST_CC_REPORT=" (${nvcc_major-0}.${nvcc_minor-0}, "
599599
case "$CUDA_COMPILER" in
600600
*nvcc*)
601601
;;
@@ -3695,7 +3695,7 @@ RESULT="Target: ${target?}
36953695
# features
36963696
start_section "Features"
36973697
add_column "Crypto${crypto_impl?}" "${crypto?}"
3698-
add_column "CUDA support${HOST_CC_REPORT?}" "${FOUND_CUDA?}"
3698+
add_column "CUDA${HOST_CC_REPORT?}" "${FOUND_CUDA?}"
36993699
add_column "Debug output" "${debug_output?}"
37003700
add_column "iHDTV support" "${ihdtv?}"
37013701
add_column "IPv6 support" "${ipv6?}"

0 commit comments

Comments
 (0)