File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -76,3 +76,6 @@ darwin_debug_CFLAGS=-O1 -g
76
76
darwin_debug_CXXFLAGS =$(darwin_debug_CFLAGS )
77
77
78
78
darwin_cmake_system_name =Darwin
79
+ # Darwin version, which corresponds to OSX_MIN_VERSION.
80
+ # See https://en.wikipedia.org/wiki/Darwin_(operating_system)
81
+ darwin_cmake_system_version =20.1
Original file line number Diff line number Diff line change @@ -39,4 +39,7 @@ i686_linux_CXX=$(default_host_CXX) -m32
39
39
x86_64_linux_CC =$(default_host_CC ) -m64
40
40
x86_64_linux_CXX =$(default_host_CXX ) -m64
41
41
endif
42
+
42
43
linux_cmake_system_name =Linux
44
+ # Refer to doc/dependencies.md for the minimum required kernel.
45
+ linux_cmake_system_version =3.17.0
Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ mingw32_debug_CXXFLAGS=$(mingw32_debug_CFLAGS)
20
20
mingw32_debug_CPPFLAGS =-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC
21
21
22
22
mingw32_cmake_system_name =Windows
23
+ # Windows 7 (NT 6.1).
24
+ mingw32_cmake_system_version =6.1
You can’t perform that action at this time.
0 commit comments