I'm following some tutorials to build OpenCV with Cuda support, but when i build it, it shows hundreds of warning messages about OpenCV_world. I've tried different OpenCV versions, like 4.5.5 and 4.5.1, and both of them get the same warning.Warning messages
My CMake configuration is the default as the most tutorial guide videos like this one.Also my cuda and cudnn versions are the latest one released.
I want to use GPU for yolo, so as far as i searched, opencv_world module is important to achieve this
Update:
Apparently my cmake isn't generating opencv_world.lib even when activate manually this option.
opencv_world.lib missing CMake build Opencv_world
But i have no idea what is preventing it from build it.