Skip to content

Commit

Permalink
build: specify windows sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anxcye committed Nov 17, 2024
1 parent 642e425 commit e79d856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e79d856

Please sign in to comment.