Skip to content

Commit 7fd2b83

Browse files
authored
[cgal] fix dependency (#38618)
1 parent 248380e commit 7fd2b83

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ports/cgal/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "cgal",
33
"version": "5.6.1",
4+
"port-version": 1,
45
"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.",
56
"homepage": "https://github.com/CGAL/cgal",
67
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
@@ -15,6 +16,7 @@
1516
"boost-core",
1617
"boost-detail",
1718
"boost-filesystem",
19+
"boost-format",
1820
"boost-functional",
1921
"boost-fusion",
2022
"boost-geometry",
@@ -64,7 +66,6 @@
6466
"qt": {
6567
"description": "Qt GUI support for CGAL",
6668
"dependencies": [
67-
"boost-format",
6869
"eigen3",
6970
"qt5-3d",
7071
{

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@
15581558
},
15591559
"cgal": {
15601560
"baseline": "5.6.1",
1561-
"port-version": 0
1561+
"port-version": 1
15621562
},
15631563
"cgicc": {
15641564
"baseline": "3.2.20",

versions/c-/cgal.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "194089df2abf78f3701c7be7d51ddb25feaf108e",
5+
"version": "5.6.1",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "b207625af76c42809d62b804390364ea872392b5",
510
"version": "5.6.1",

0 commit comments

Comments
 (0)