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
Just add
set(DCMAKE_SH="CMAKE_SH-NOTFOUND")
to your
CMakeLists.txt file