CMAKE_MAKE_PROGRAM not found

后端 未结 16 2833
无人共我
无人共我 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 03:07

    I had the same problem. Installed mingw using the installer provided at http://tdm-gcc.tdragon.net/ . It adds the correct environment variables to path when installing mingw (No need to edit the path variable manually). That did the trick for me.

提交回复
热议问题