From 5d60ca5744ee1eb64ff134e635329a0ef2cff835 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Tue, 8 Dec 2015 14:26:26 -0700 Subject: [PATCH] Platforms: Remove support for Windows XP executables. Dealing with the 110 toolset seems not worth it. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee484e2..1d723d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,6 @@ set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "prefix") project(glslang) if(WIN32) - set(CMAKE_GENERATOR_TOOLSET "v110" CACHE STRING "Platform Toolset" FORCE) include(ChooseMSVCCRT.cmake) add_definitions(-DGLSLANG_OSINCLUDE_WIN32) elseif(UNIX) -- 2.7.4