Build opencv cuda::gpu with mingw it's possible?

Hi, everybody.
I want to know if it’s possible to build opencv cuda::gpu on opencv-contrib with mingw through the cmake-gui. I use mingw compiler generally and I checked for build the library but it seems that it’s not possible. Instead I tried with visual studio and he work perfectly.
Thank you.

to my knowledge, there are no mingw compatible libs in the cuda sdk, so -
while you can build opencv/contrib using mingw, if you need cuda support, you have to use visual studio

Thank you vert Michelin for this information. I trad that on Nvidia but I think maybe there is other option.