MinGW sh.exe must NOT be in your path

后端 未结 5 1252
长发绾君心
长发绾君心 2021-01-31 02:46

Currently trying to setup my C development environment on windows with MinGW and it looks like CMAKE is giving me the following error:

sh.exe was found in your P         


        
5条回答
  •  广开言路
    2021-01-31 03:02

    For me, this simple parameter passed to cmake has worked -DCMAKE_SH="CMAKE_SH-NOTFOUND".

提交回复
热议问题