Skip to content

Commit

Permalink
[cgal] fix dependency (#38618)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-h authored May 25, 2024
1 parent 248380e commit 7fd2b83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/cgal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cgal",
"version": "5.6.1",
"port-version": 1,
"description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.",
"homepage": "https://github.com/CGAL/cgal",
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
Expand All @@ -15,6 +16,7 @@
"boost-core",
"boost-detail",
"boost-filesystem",
"boost-format",
"boost-functional",
"boost-fusion",
"boost-geometry",
Expand Down Expand Up @@ -64,7 +66,6 @@
"qt": {
"description": "Qt GUI support for CGAL",
"dependencies": [
"boost-format",
"eigen3",
"qt5-3d",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@
},
"cgal": {
"baseline": "5.6.1",
"port-version": 0
"port-version": 1
},
"cgicc": {
"baseline": "3.2.20",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cgal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "194089df2abf78f3701c7be7d51ddb25feaf108e",
"version": "5.6.1",
"port-version": 1
},
{
"git-tree": "b207625af76c42809d62b804390364ea872392b5",
"version": "5.6.1",
Expand Down

0 comments on commit 7fd2b83

Please sign in to comment.