Skip to content
Snippets Groups Projects
Commit 1804d588 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing GPU cuda host compiler

parent 624d8c10
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,11 @@ do
conf_options="$conf_options -DSE_CLASS3=ON"
;;
gpu)
if [ x"$CXX" == x"" ]; then
conf_options="$conf_options"
else
conf_options="$conf_options -DCUDA_HOST_COMPILER=$CXX"
fi
conf_options="$conf_options -DENABLE_GPU=ON"
;;
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment