I've been really bugged out by this error. I'm trying to compile the OpenCV repository using CMake. I installed CMake using the Windows installer, the lastest one. However, I still can't properly build OpenCV properly. I'm new to using OpenCV and building using CMake. Here's the error log:
This is the command I used:
cmake -DBUILD_SHARED_LIBS=OFF ..
This is what is displayed afterwards:
-- The CXX compiler identification is unknown
-- The C compiler identification is unknown
CMake Error at CMakeLists.txt:68 (project):
No CMAKE_CXX_COMPILER could be found.
CMake Error at CMakeLists.txt:68 (project):
No CMAKE_C_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "C:/Users/Jessie James Suarez/Documents/GitHub/Vision/opencv/build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/Jessie James Suarez/Documents/GitHub/Vision/opencv/build/CMakeFiles/CMakeError.log".