Re: [CMake] CMake 3.4.2 available for download

2016-01-21 Thread Brad King
On 01/20/2016 04:36 PM, Andrew Maclean wrote: > "CMake Error at CMakeLists.txt:1 (project): > Could not find an appropriate version of the Windows 10 SDK installed on > this machine" > > In CMakeOutput.log, there is one line: > "The system is: Windows - 10.0.10586 - AMD64" It looks like

Re: [CMake] CMake 3.4.2 available for download

2016-01-21 Thread Andrew Maclean
Thanks for this Brad, your comments in https://cmake.org/Bug/view.php?id=15929#c40287 make it very clear as to what is happening. I had naively assumed that when installing a new Visual Studio compiler that the latest SDK would be also installed! It is nice to see that CMake 3.4.2 does the checks

Re: [CMake] CMake 3.4.2 available for download

2016-01-20 Thread Andrew Maclean
Hi Brad, I can reproduce this on my other windows machine. Just a guess but it may be related to Update 1 of Visual Studio 2015. I can't test this hypothesis because I have update 1 installed on both machines. Note that everything works Ok for Visual Studio 2013. Here are the details: Here is

Re: [CMake] CMake 3.4.2 available for download

2016-01-20 Thread Brad King
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