CMAKE_MAKE_PROGRAM not found

后端 未结 16 2914
无人共我
无人共我 2020-12-01 02:29

I have reached the end of my rope with CMake; it has so much potential, but I cannot seem to make it find the basic system tools (i.e. make) in order to functio

16条回答
  •  醉话见心
    2020-12-01 02:57

    I had the exact same problem when I tried to compile OpenCV with Qt Creator (MinGW) to build the .a static library files.

    For those that installed Qt 5.2.1 for Windows 32-bit (MinGW 4.8, OpenGL, 634 MB), this problem can be fixed if you add the following to the system's environment variable Path:

    C:\Qt\Qt5.2.0\Tools\mingw48_32\bin
    

提交回复
热议问题