summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuška <martin@matuska.org>2022-10-19 13:28:10 +0200
committerGitHub <noreply@github.com>2022-10-19 13:28:10 +0200
commit9ff3a595aafbbbf5da4c61aa9f56a7a13daf8feb (patch)
treef8a514fcac9ae091ccdee61dfb3ce8cbb6eb0cbe
parent552547eacf6bfbdf5052f33cad57f181b6f92a61 (diff)
parent592b6b0a55d1bb131a35b728de0f629a715c83c1 (diff)
downloadlibarchive-9ff3a595aafbbbf5da4c61aa9f56a7a13daf8feb.tar.gz
Merge pull request #1784 from vtorri/vtorri_win10_2
cmake: set WINDOWS_VERSION to WIN10 by default
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea50faf5..e3bb6591 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -232,7 +232,7 @@ OPTION(ENABLE_INSTALL "Enable installing of libraries" ON)
SET(POSIX_REGEX_LIB "AUTO" CACHE STRING "Choose what library should provide POSIX regular expression support")
SET(ENABLE_SAFESEH "AUTO" CACHE STRING "Enable use of /SAFESEH linker flag (MSVC only)")
-SET(WINDOWS_VERSION "WIN7" CACHE STRING "Set Windows version to use (Windows only)")
+SET(WINDOWS_VERSION "WIN10" CACHE STRING "Set Windows version to use (Windows only)")
IF(ENABLE_COVERAGE)
include(LibarchiveCodeCoverage)