Re: [CMake] Visual Studio 2015 Generator crash 3.13

2018-11-23 Thread Harry Mallon
Hi again all, I have some more information. https://gitlab.kitware.com/cmake/cmake/commit/83ddc4d2891a0bbb06fb1e3daa00245b3c23eddc That commit causes the crash. When sdks[0] is used I have no SDKs left in the list as it finds 2 but both are a higher version than "10.0.14393.0" which is apparen

Re: [CMake] Visual Studio 2015 Generator crash 3.13

2018-11-23 Thread Niels Dekker
Hi Harry, Sorry I don't know how to interpret the CDB.exe dump you gave. Maybe someone else on the mailing list...? So you have the crash, even with a minimal CMakeLists.txt of three lines: cmake_minimum_required(VERSION 3.13) project(MyProject) add_executable(MyProject MySource.cpp)

Re: [CMake] Visual Studio 2015 Generator crash 3.13

2018-11-23 Thread Harry Mallon
Hi Niels, Apologies for not replying inline, that email didn’t get through (except in the digest). I can reproduce it with that short project file (also with the INTERPROCEDURAL_OPTIMIZATION_RELEASE line commented out). I have just spent some time trying to debug it, but I don’t have a full cop

Re: [CMake] Visual Studio 2015 Generator crash 3.13

2018-11-23 Thread Niels Dekker
Hi Harry, Sorry to hear you got a crash while trying to generate a VS2015 project using CMake 3.13. I just tried to reproduce your issue, but I could not. Do you already get the crash with the following CMakeLists? cmake_minimum_required( VERSION 3.13) project(MyProject) add_executable(

[CMake] Visual Studio 2015 Generator crash 3.13

2018-11-22 Thread Harry Mallon
Hi, I just updated to CMake 3.13 (to get the IPO in Visual Studio). I am using Visual Studio Build tools 2017 (with 2015 extra tools installed). This crashes (without any feedback): call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86_x64 -