From: Vincent Torri Date: Sat, 1 Oct 2022 18:55:41 +0000 (+0200) Subject: cmake: set WINDOWS_VERSION to WIN10 by default X-Git-Tag: v3.6.2~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1784%2Fhead;p=thirdparty%2Flibarchive.git cmake: set WINDOWS_VERSION to WIN10 by default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ea50faf5a..e3bb6591a 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)