Re: [CMake] Project referring to CSharp project generates incorrectly?

2018-08-16 Thread J. Caleb Wherry
Also, this ticket seems to be very similar to what you are seeing if you dig down a bit: https://gitlab.kitware.com/cmake/cmake/issues/17678 But again, I do this exact same thing with Shared instead of Module libraries and it works. I would think that modules shouldn’t even be allowed for C# targ

Re: [CMake] Project referring to CSharp project generates incorrectly?

2018-08-16 Thread J. Caleb Wherry
FWIW: I do almost this exact thing currently and have no issues (even mix in Managed C++ wrappers around naive code). The only difference is that I don’t compile any C# modules, only Shared libs. Not sure if that could be a problem or not. I’m using CMake 3.11 and VS 2015. -Caleb On Thu, Aug 16,

Re: [CMake] Project referring to CSharp project generates incorrectly?

2018-08-16 Thread Craig Scott
Philip, thanks for the concise description of the problem. Would you be willing to report this in CMake's gitlab as an issue so we can better track it and refer to it in merge requests, etc.? You can report a new issue here: https://gitlab.kitware.com/cmake/cmake/issues/new Thanks On Fri, Aug 1

Re: [CMake] Project referring to CSharp project generates incorrectly?

2018-08-16 Thread Tessier, Philip @ Engility via CMake
All, Thank you in advance, I'm an experienced CMake user, in the C++ realm. I'm presently working outside that realm, porting a 200-project solution from Visual Studio (.vcxproj, .csproj) files to CMake. I'm very pleased that CMake has adopted CSharp! Thank you! I seem to have uncovered a b