I'm running cmake
in msys2
, but it doesn't seem to find Visual Studio 2015 (missing generator option). I am launching the msys2
prompt from within Visual Studio Developer Command Prompt, so I have cl.exe
, link.exe
etc in the path.
This other question seems to be asking the same thing (however for Cygwin
not msys2
).