I was using CMake to configure and generate for setting up darknet and the configuration failed, I got this error.
CMake Warning at CMakeLists.txt:103 (find_package): By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCV", but CMake did not find one.
Could not find a package configuration file provided by "OpenCV" with any of the following names:
OpenCVConfig.cmake opencv-config.cmake
Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set "OpenCV_DIR" to a directory containing one of the above files. If "OpenCV" provides a separate development package or SDK, be sure it has been installed.
I'm using Visual Studio 15 2017 and x64 for the configuration and it does not work
If there is any files or things needed for more clarification, I'll share them