Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

While cmd.exe may work, the need to use Windows scripting may prove a dealbreaker for some, from both portability and sanity perspective.

Luckily, there's an alternative solution I've found: 1) Do not use cmake on mingw/msys. Instead, rely on cmake version installed on Windows host. 2) Use -G "MSYS Makefiles" when invoking cmake

In this configuration things seem to work much better.