Skip to content

Commit

Permalink
Remove XP compatibility support
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 28, 2020
1 parent ef995c4 commit f2bdafb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake_windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ setlocal & pushd .
@echo v120_xp : platform toolset "Visual Studio 2013 - WindowsXP"
@echo v140_xp : platform toolset "Visual Studio 2015 - WindowsXP"
@echo v141_xp : platform toolset "Visual Studio 2017 - WindowsXP"
@echo v142_xp : platform toolset "Visual Studio 2019 - WindowsXP"
@echo Leave empty to disable Windows XP compatibility
@echo.
@echo.
Expand Down Expand Up @@ -47,11 +46,6 @@ if "%xp_compatibility%" == "v141_xp" (
"%cmake_executable%" %~dp0/sources -T %xp_compatibility% -A Win32
goto:eof
)
if "%xp_compatibility%" == "v142_xp" (
@echo Generating using "Visual Studio 2019" with WindowsXP support
"%cmake_executable%" %~dp0/sources -T %xp_compatibility% -A Win32
goto:eof
)
echo Error: invalid toolset selected
goto:eof

Expand Down

0 comments on commit f2bdafb

Please sign in to comment.