CMAKE_MAKE_PROGRAM not found

后端 未结 16 2847
无人共我
无人共我 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:20

    I have tried to install the missing packages. Installing the toolchain and restarting CLion solved all in my case:

    pacman -S mingw-w64-x86_64-cmake mingw-w64-x86_64-extra-cmake-modules
    pacman -S mingw-w64-x86_64-make
    pacman -S mingw-w64-x86_64-gdb
    pacman -S mingw-w64-x86_64-toolchain
    

提交回复
热议问题