From 5ccea255432696e16e3c2ce4c52152abe9100348 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Tue, 8 Oct 2019 09:35:53 -0400 Subject: [PATCH] Update CMakeSettings.json --- CMakeSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeSettings.json b/CMakeSettings.json index 59203770185..53cff76717c 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -2,7 +2,7 @@ "configurations": [ { "name": "x64-Debug", - "generator": "Visual Studio 14 2015 Win64", + "generator": "Visual Studio 15 2017 Win64", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" @@ -27,4 +27,4 @@ "ctestCommandArgs": "" } ] -} \ No newline at end of file +}