mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 04:40:30 +00:00
configure.ac: remove cuda version check
not needed for anything now
This commit is contained in:
@@ -532,12 +532,6 @@ then
|
||||
else
|
||||
FOUND_CUDA=yes
|
||||
fi
|
||||
AC_MSG_CHECKING([CUDA Toolkit version - major])
|
||||
nvcc_major=`"$NVCC" --version |grep release|sed 's/^.*release \(@<:@0-9@:>@@<:@0-9@:>@*\).*$/\1/'`
|
||||
AC_MSG_RESULT($nvcc_major)
|
||||
AC_MSG_CHECKING([CUDA Toolkit version - minor])
|
||||
nvcc_minor=`"$NVCC" --version |grep release|sed 's/^.*release @<:@0-9@:>@@<:@0-9@:>@*\.\(@<:@0-9@:>@@<:@0-9@:>@*\).*$/\1/'`
|
||||
AC_MSG_RESULT($nvcc_minor)
|
||||
|
||||
if test $ac_cv_sizeof_int_p -eq 8 -a $system = Linux
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user