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

Building Golang project with CMake

Results 3 go-cmake issues
Sort by recently updated
recently updated
newest added

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...