go-cmake
go-cmake copied to clipboard
Needs minor modifications to work on Windows
I had to change the various instances of env in cmake/golang.cmake into using cmake command line mode, by using ${CMAKE_COMMAND} -E env.
The latter also works on Windows, where the env command line utility doesn't exist.
Sorry, I can't provide a pull request because I had already modified various other things in your package to suit my needs.