Re: [cmake-developers] CMAKE :: mingw make files with response file for includes

2018-01-24 Thread Brad King
On 01/22/2018 07:54 AM, Brad King wrote: > Yes, that use of `@` should be made configurable. > > I'll take a look when I get a chance. The IBM XL compiler needs this too to use `-qoptfile=`. See fix here: https://gitlab.kitware.com/cmake/cmake/merge_requests/1691 -Brad -- Powered by www.kit

[cmake-developers] Adding support for C# shared projects

2018-01-24 Thread Alan Rushforth
Hello, I am currently working on adding support for C# shared projects to CMake, as I have a project which uses them heavily which I would like to migrate to CMake. Shared projects are are effectively a bag of source files, which can be used in other projects but which have no direct compilation

Re: [cmake-developers] Server handshake with only build directory

2018-01-24 Thread Tobias Hunger
Hello, Daniel has beaten me to the punch: 187332b2fa169056a2c3682d9a7628d872b2d49b makes everything but the build directory optional. Looks like we need to increase the protocol version again:-) I just pushed a couple of patches to polish that patch a bit. Best Regards, Tobias On Tue, Jan 23, 2

Re: [cmake-developers] Server handshake with only build directory

2018-01-24 Thread Isaiah Norton
Thanks! Apologies for missing that; I only tested on 3.9, and apparently missed/overlooked docs-latest. Best, Isaiah On Wed, Jan 24, 2018 at 11:29 AM, Tobias Hunger wrote: > Hello, > > Daniel has beaten me to the punch: > 187332b2fa169056a2c3682d9a7628d872b2d49b makes everything but the > build