mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
6ee2fa9893
* Set policy CMP0063 to NEW This change enables CMake to set the symbol visibility of static libraries. Since poly2tri is compiled as a static library, without this change, it can lead to linker warnings about conflicting visibility settings if it is itself linked into a dynamic library. * fixup! Set policy CMP0063 to NEW * amend! Set policy CMP0063 to NEW Set default symbol visibility to hidden Policy CMP0063 enables CMake to set the symbol visibility of static libraries. Since poly2tri is compiled as a static library, without this change, the default symbol visibility cannot be set, leading to linker warnings about conflicting visibility settings if poly2tri is itself linked into a dynamic library.
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"git-tree": "6f490bcfed9bb8b55036006a4389bfa7e94c73ff",
|
|
"version-date": "2020-07-21",
|
|
"port-version": 3
|
|
},
|
|
{
|
|
"git-tree": "03cdd793a8f279b18df99f74bf4eef1e24ad5809",
|
|
"version-string": "2020-07-21",
|
|
"port-version": 2
|
|
},
|
|
{
|
|
"git-tree": "5202b2e184ce5e7fff3bd268797addd62e9a23c6",
|
|
"version-string": "2020-07-21",
|
|
"port-version": 1
|
|
},
|
|
{
|
|
"git-tree": "94527e6f87fb6b8d1ebe5362689b03c12f32ab64",
|
|
"version-string": "2020-07-21",
|
|
"port-version": 0
|
|
}
|
|
]
|
|
}
|