go-cmake icon indicating copy to clipboard operation
go-cmake copied to clipboard

Needs minor modifications to work on Windows

Open jackjansen opened this issue 1 year ago • 0 comments

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.

jackjansen avatar Jul 07 '24 23:07 jackjansen