From b8d3340b180d4534e11b1aceabf3602962cfafcb Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Fri, 30 Aug 2019 10:57:34 +0200 Subject: [PATCH] Set default build windows version to windows 7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6943966f5..8a4d95674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -497,7 +497,7 @@ if(WIN32) string(TIMESTAMP RC_VERSION_YEAR "%Y") if(NOT DEFINED CMAKE_WINDOWS_VERSION) - set(CMAKE_WINDOWS_VERSION "WINXP") + set(CMAKE_WINDOWS_VERSION "WIN7") endif() if(CMAKE_WINDOWS_VERSION STREQUAL "WINXP")