diff --git a/build.cake b/build.cake index 5fb916e7..9b491a53 100644 --- a/build.cake +++ b/build.cake @@ -54,16 +54,11 @@ Task("Generate-Project") .IsDependentOn("Clean") .Does(() => { - var generator = "Visual Studio 15 2017 Win64"; - - if(platform == "x86") - { - generator = "Visual Studio 15 2017"; - } - CMake("./", new CMakeSettings { OutputPath = OutputDirectory, - Generator = generator + Generator = "Visual Studio 16 2019", + Platform = platform == "x86" ? "Win32" : "x64", + Toolset = "v142" }); }); diff --git a/vendor/libtorrent b/vendor/libtorrent index 75722eaa..1d801ec1 160000 --- a/vendor/libtorrent +++ b/vendor/libtorrent @@ -1 +1 @@ -Subproject commit 75722eaa20024fd5bdd350c41a5cd1d97c731c73 +Subproject commit 1d801ec1b28c4e3643186905a5d28c7c1edbf534