[CMake] CMake 3.4.2 available for download
Brad King
brad.king at kitware.com
Wed Jan 20 08:26:39 EST 2016
On 01/19/2016 11:48 PM, Andrew Maclean wrote:
> Works well, although I did find that I had to update my Windows SDK
> to 10.0.10586.0 when using Visual Studio 2015 on Windows 10.
> This is because CMake detected the system as Windows - 10.0.10586 - AMD64.
> This was not the case with the previous version of CMake (3.4.1).
That is due to this fix:
VS: Fix Windows 10 SDK version selection (#15831)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a57caf7e
See commit message for details. It shouldn't have /required/ you to
update the SDK though because the fallback is now to just use the latest
SDK available. What indicated that you needed to update?
Thanks,
-Brad
More information about the CMake
mailing list