Skip to content

Commit

Permalink
configure.ac: fix EOL garbage
Browse files Browse the repository at this point in the history
Added accidentaly by the commit 73572e7 (2024-03-05). Effective only
if --with-cuda option used but without any implications - just `/FOUN:
not found` printed, but processed normally.
  • Loading branch information
MartinPulec committed Oct 30, 2024
1 parent 41daf83 commit 2f9730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ AC_ARG_ENABLE(cuda,
[cuda_req=$build_default])

AC_ARG_WITH(cuda,
[ --with-cuda=DIR specify location of CUDA Toolkit],/FOUN
[ --with-cuda=DIR specify location of CUDA Toolkit],
[CUDA_PATH=$withval
])

Expand Down

0 comments on commit 2f9730b

Please sign in to comment.