diff options
| author | Charlie Barto <chbarto@microsoft.com> | 2021-01-28 19:45:59 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 19:45:59 -0800 |
| commit | 865de0c130f3d34174ac7a410789df3c44a27fd2 (patch) | |
| tree | b270702edb62a58a8e3ba9d4ec0d558d82f5a037 /docs | |
| parent | 0e3198878b8666812b437eb075f1296b2dff67e8 (diff) | |
| download | vcpkg-865de0c130f3d34174ac7a410789df3c44a27fd2.tar.gz vcpkg-865de0c130f3d34174ac7a410789df3c44a27fd2.zip | |
clarify the actions of vcpkg_check_linkage (#15832)
Co-authored-by: Charles Barto <barto.charlie@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_check_linkage.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_check_linkage.md b/docs/maintainers/vcpkg_check_linkage.md index f9c149b68..66760675e 100644 --- a/docs/maintainers/vcpkg_check_linkage.md +++ b/docs/maintainers/vcpkg_check_linkage.md @@ -14,6 +14,8 @@ vcpkg_check_linkage( ### ONLY_STATIC_LIBRARY Indicates that this port can only be built with static library linkage. +Note: If the user requested a dynamic build ONLY_STATIC_LIBRARY will result in a note being printed, not a fatal error. + ### ONLY_DYNAMIC_LIBRARY Indicates that this port can only be built with dynamic/shared library linkage. |
