Visual Studio 2017: merge Microsoft cmake-daemon branch to master
Even though it is more nice to open generated Visual Studio solutions directly I like the native CMake integration of Visual Studio 2017 very much and get more and more used to it.
There is cool stuff going on and nice features are promised for the future:
Unfortunately, the bundled Version of CMake is quite outdated and new features like C# support etc. are missing. Are there any plans (from Microsoft/Kitware/...) to merge the cmake-daemon branch to master?
I found the Visual Studio branch here:
https://github.com/Microsoft/CMake/tree/cmake-daemon
This would be very nice, because new features could directly be used in Visual Studio without having to merge manually or wait for updates from Microsoft. Furthermore new official CMake releases could also be used by those who are not developing/compiling CMake themselves.