aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJozef Izso <jozef.izso@gmail.com>2018-05-01 10:48:16 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-05-01 01:48:16 -0700
commit316a3cb2452ab7faf8cf1d0b03d739617b5d09e7 (patch)
treee11a497adc94d3928fe5273919c42214738caffb /docs
parent4d28651f9ea0c6681d73b133386a42e1924d4b33 (diff)
downloadvcpkg-316a3cb2452ab7faf8cf1d0b03d739617b5d09e7.tar.gz
vcpkg-316a3cb2452ab7faf8cf1d0b03d739617b5d09e7.zip
Clarify toolset numbers and Visual Studio versions (#3355)
Diffstat (limited to 'docs')
-rw-r--r--docs/users/triplets.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users/triplets.md b/docs/users/triplets.md
index eb83aeb10..911ab5469 100644
--- a/docs/users/triplets.md
+++ b/docs/users/triplets.md
@@ -35,6 +35,9 @@ Specifies the C/C++ compiler toolchain to use.
This can be set to `v141`, `v140`, or left blank. If left blank, we select the latest compiler toolset available on your machine.
+Visual Studio 2015 platform toolset is `v140`
+Visual Studio 2017 platform toolset is `v141`
+
## Per-port customization
The CMake Macro `PORT` will be set when interpreting the triplet file and can be used to change settings (such as `VCPKG_LIBRARY_LINKAGE`) on a per-port basis.