diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-08-01 13:57:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 13:57:39 -0700 |
| commit | 322b17f573e84ea7c4db9b74fb320d24664a892e (patch) | |
| tree | de7544de9500f760b735b0f121726e01ec5a9baa /docs | |
| parent | 5512eafd80a1f69384d1f06a19f7ca04fa7dad9b (diff) | |
| download | vcpkg-322b17f573e84ea7c4db9b74fb320d24664a892e.tar.gz vcpkg-322b17f573e84ea7c4db9b74fb320d24664a892e.zip | |
[vcpkg] Fix .gitignore excluding triplets/community, sort, and driveby vcpkg_check_linkage.md doc bug. (#12624)
* Un-.gitignore /triplets/community and use an absolute glob for all non .gitignore'd triplets.
* Fix vcpkg_check_linkage.md example to a port that actually uses vcpkg_check_linkage.
* Exclude all of the community directory.
* Update .gitignore
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_check_linkage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/maintainers/vcpkg_check_linkage.md b/docs/maintainers/vcpkg_check_linkage.md index 406325dba..eb20e97c8 100644 --- a/docs/maintainers/vcpkg_check_linkage.md +++ b/docs/maintainers/vcpkg_check_linkage.md @@ -28,7 +28,7 @@ This command will either alter the settings for `VCPKG_LIBRARY_LINKAGE` or fail, ## Examples -* [libimobiledevice](https://github.com/Microsoft/vcpkg/blob/master/ports/libimobiledevice/portfile.cmake) +* [abseil](https://github.com/Microsoft/vcpkg/blob/master/ports/abseil/portfile.cmake) ## Source -[scripts/cmake/vcpkg_check_linkage.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_check_linkage.cmake)
+[scripts/cmake/vcpkg_check_linkage.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_check_linkage.cmake) |
