]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
cmake: set WINDOWS_VERSION to WIN10 by default 1784/head
authorVincent Torri <vtorri@outlook.fr>
Sat, 1 Oct 2022 18:55:41 +0000 (20:55 +0200)
committerVincent Torri <vtorri@outlook.fr>
Sat, 1 Oct 2022 18:55:41 +0000 (20:55 +0200)
CMakeLists.txt

index ea50faf5a8a65ea43388e739285abd1a8c2888e9..e3bb6591ac41ddd71af2b48fd73b5123787b3dcb 100644 (file)
@@ -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)