Skip to content

Commit 06c684f

Browse files
committed
fixup! Set policy CMP0063 to NEW
1 parent 1ddf1f1 commit 06c684f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

ports/poly2tri/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ if(POLICY CMP0063)
44
cmake_policy(SET CMP0063 NEW)
55
endif()
66

7+
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
8+
set(CMAKE_VISIBILITY_INLINES_HIDDEN TRUE)
9+
710
project(poly2tri LANGUAGES C CXX)
811

912
set(INSTALL_BIN_DIR "bin" CACHE PATH "Path where exe and dll will be installed")

ports/poly2tri/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poly2tri",
3-
"version-string": "2020-07-21",
3+
"version-date": "2020-07-21",
44
"port-version": 3,
55
"description": "The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.",
66
"homepage": "https://github.com/greenm01/poly2tri",

versions/p-/poly2tri.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "89645297df5f0af1fc040ac33ac243f42caa49fb",
5-
"version-string": "2020-07-21",
4+
"git-tree": "6f490bcfed9bb8b55036006a4389bfa7e94c73ff",
5+
"version-date": "2020-07-21",
66
"port-version": 3
77
},
88
{

0 commit comments

Comments
 (0)