5 Mar
2014
5 Mar
'14
5:19 a.m.
On 3/4/2014 7:01 PM, Peter Dimov wrote:
Edward Diener wrote:
C:\Programming\VersionControl\bmw64_clang>cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ..\llvm CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
Is the MinGW bin directory in your PATH?
Yes. Is it really failing because it cannot find a MingW installation on my PATH ? The cmake help says that "MinGW Makefiles" is a valid build type but maybe it needs to match something in the llvm CMakeLists.txt. I will ask about this in the cmake mailing list.