From 9359f8259dc92332ac7d86f9e6b50ec201095e05 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Tue, 18 Feb 2014 19:09:00 +0000 Subject: [PATCH] Removed XP support again. This time on purpose. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a3f4511..4dc3ce26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ IF (MINGW) comctl32) ELSEIF (MSVC) #IF (MSVC_VERSION EQUAL 1800) - set (CMAKE_GENERATOR_TOOLSET "v120_xp" CACHE STRING "Platform Toolset" FORCE) + # set (CMAKE_GENERATOR_TOOLSET "v120_xp" CACHE STRING "Platform Toolset" FORCE) #ENDIF () include_directories("${PROJECT_LIBS_DIR}/wxWidgets/lib/vc_lib/mswu") link_directories("${PROJECT_LIBS_DIR}/wxWidgets/lib/vc_lib")