mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-09 04:04:13 +00:00
set cmake windows build target to Windows 7
This commit is contained in:
parent
f5e71f64ed
commit
2384b49156
@ -2,6 +2,11 @@
|
||||
|
||||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
if(WIN32)
|
||||
# If building on Windows, set minimum target to Windows 7
|
||||
set(CMAKE_SYSTEM_VERSION "7" CACHE STRING INTERNAL FORCE)
|
||||
endif(WIN32)
|
||||
|
||||
# ZeroTier One Version Config
|
||||
|
||||
set(ZEROTIER_ONE_VERSION_MAJOR 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user