From e79d856c7fe86d17fae3c404469aaa87d0412f83 Mon Sep 17 00:00:00 2001 From: Anxcye Date: Sun, 17 Nov 2024 23:16:47 +0800 Subject: [PATCH] build: specify windows sdk version --- windows/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index b499d05..0b42f4a 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,5 +1,6 @@ # Project-level configuration. cmake_minimum_required(VERSION 3.14) +set(CMAKE_SYSTEM_VERSION "10.0.22621.0") project(anx_reader LANGUAGES CXX) # The name of the executable created for the application. Change this to change