VTK-m install

Hello,

When I try to compile vtk-m with vtk-m_ENABLE_CUDA I get an error (see below).

My specifications are:
I am using vtk-m version: 2.1.0. Gcc: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0.
And Cuda compilation tools, release 11.5, V11.5.119.
Nvidia Gpu: Quadro P5000.
cmake versions: 3.13 and 3.22.1

Thank you in advance,

Rafael Scatena

/usr/include/c++/11/bits/std_function.h:530:146: note:         ‘_ArgTypes’

/usr/include/c++/11/bits/std_function.h:530:146: note:         ‘_ArgTypes’
make[2]: *** [vtkm/cont/CMakeFiles/vtkm_cont.dir/build.make:1014:
vtkm/cont/CMakeFiles/vtkm_cont.dir/ArrayRangeComputeTemplateInstantiation3.cxx.o]
Erro 1
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter
packs not expanded with ‘...’:
  435 |         function(_Functor&& __f)
      |

          ^
/usr/include/c++/11/bits/std_function.h:435:145: note:         ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter
packs not expanded with ‘...’:
  530 |         operator=(_Functor&& __f)
      |

           ^
/usr/include/c++/11/bits/std_function.h:530:146: note:         ‘_ArgTypes’