Not sure how to build OpenCV for MinGW

前端 未结 2 1511
太阳男子
太阳男子 2020-12-10 09:23

TL;DR;

I am trying to build OpenCV for MinGW. cmake keeps complaining about no sane CXX compiler, although I can compile sample code with g++.exe.

2条回答
  •  自闭症患者
    2020-12-10 09:29

    I tried everthing mentioned here and CMAKE_MAKE_PROGRAM not found but nothing helped. Then restarted the computer and it works.

提交回复
热议问题