mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
[docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061)
This commit is contained in:
parent
8fe6f4bdd8
commit
4498b6403e
@ -33,6 +33,13 @@ Valid options include any CMake system name, such as:
|
||||
- `Darwin` (Mac OSX)
|
||||
- `Linux` (Linux)
|
||||
|
||||
### VCPKG_CMAKE_SYSTEM_VERSION
|
||||
Specifies the target platform system version.
|
||||
|
||||
This field is optional and, if present, will be passed into the build as `CMAKE_SYSTEM_VERSION`.
|
||||
|
||||
See also the CMake documentation for `CMAKE_SYSTEM_VERSION`: https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_VERSION.html.
|
||||
|
||||
### VCPKG_CHAINLOAD_TOOLCHAIN_FILE
|
||||
Specifies an alternate CMake Toolchain file to use.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user