Set default build windows version to windows 7
This commit is contained in:
parent
cebddbd65b
commit
b8d3340b18
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user