Skip to content

Commit 2ce78d2

Browse files
committed
Default to Latest Build Tools on Windows (#4116)
1 parent 900c86e commit 2ce78d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ message(STATUS "Source Dir: ${CMAKE_CURRENT_SOURCE_DIR}")
2323
message(STATUS "Host System name: ${CMAKE_HOST_SYSTEM_NAME}")
2424
if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
2525
if (NOT DEFINED CMAKE_SYSTEM_VERSION)
26-
set(CMAKE_SYSTEM_VERSION 10.0.18362 CACHE STRING INTERNAL FORCE)
26+
set(CMAKE_SYSTEM_VERSION 10.0.22621.0 CACHE STRING INTERNAL FORCE)
2727
endif()
2828
endif()
2929

0 commit comments

Comments
 (0)