mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
5978ef1df5
Use find_program() to set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER. Originally the variables was set to compiler name, without absolute path. CMake 3.0 tries to find them in CMAKE_FIND_ROOT_PATH (since CMAKE_FIND_ROOT_PATH_MODE_PROGRAM was set to ONLY) and fails.