Platforms: Remove support for Windows XP executables.
Dealing with the 110 toolset seems not worth it.
This commit is contained in:
parent
c92e370e87
commit
5d60ca5744
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "prefix")
|
||||||
project(glslang)
|
project(glslang)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(CMAKE_GENERATOR_TOOLSET "v110" CACHE STRING "Platform Toolset" FORCE)
|
|
||||||
include(ChooseMSVCCRT.cmake)
|
include(ChooseMSVCCRT.cmake)
|
||||||
add_definitions(-DGLSLANG_OSINCLUDE_WIN32)
|
add_definitions(-DGLSLANG_OSINCLUDE_WIN32)
|
||||||
elseif(UNIX)
|
elseif(UNIX)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue