From 2462546c4866227bfca026c5fc29109221ed8900 Mon Sep 17 00:00:00 2001 From: Jonathan Schmidt Date: Tue, 21 Feb 2017 09:25:56 -0500 Subject: [PATCH] Update CMakePlatforms.cmake --- cmake/CMakePlatforms.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmake/CMakePlatforms.cmake b/cmake/CMakePlatforms.cmake index bf55ea5..f96772d 100644 --- a/cmake/CMakePlatforms.cmake +++ b/cmake/CMakePlatforms.cmake @@ -12,13 +12,6 @@ include(CMakeCompiler) if( ${CMAKE_SYSTEM_NAME} STREQUAL "Windows" ) set(PLATFORM_WINDOWS 1) set(PLATFORM_NAME "windows") - if( MSVC_VERSION GREATER 1800 ) - set(REQUIRED_WINDOWSSDK_VERSION 10.0.10586.0) - message(STATUS "Windows SDK version found: ${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}") - if ( CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION VERSION_LESS REQUIRED_WINDOWSSDK_VERSION ) # Versions before this have serious bugs - message(FATAL_ERROR "Unsupported Windows SDK Version, ${REQUIRED_WINDOWSSDK_VERSION} or greater required") - endif() - endif() set(PLATFORM_TOOLCHAIN_ENVIRONMENT_ONLY 1) #include(Toolchain-XBoxOne) #include(Toolchain-PS4)