]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Default to Windows 7 SDK
authorTim Kientzle <kientzle@acm.org>
Mon, 25 Apr 2016 03:41:12 +0000 (20:41 -0700)
committerTim Kientzle <kientzle@acm.org>
Mon, 25 Apr 2016 03:41:12 +0000 (20:41 -0700)
Some of our current crypto bindings require the Win7 SDK.
Once we can rework those, this could reasonably be changed
to Win Vista or possibly Win Server 2003.

I'd like to completely remove support for WinXP and earlier.

CMakeLists.txt

index 93df466527526f41232bffd169c89d086a8925c1..4b97039049d04b4d906784b21ce68f04b86cc177 100644 (file)
@@ -204,7 +204,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 "" CACHE STRING "Set Windows version to use (Windows only)")
+SET(WINDOWS_VERSION "WIN7" CACHE STRING "Set Windows version to use (Windows only)")
 
 IF(ENABLE_COVERAGE)
        include(LibarchiveCodeCoverage)