mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[cgal] Fix feature qt missing dependency boost-format (#36567)
* add dep * update version
This commit is contained in:
parent
528acd1abc
commit
7a232ca734
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cgal",
|
"name": "cgal",
|
||||||
"version": "5.6",
|
"version": "5.6",
|
||||||
|
"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.",
|
"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",
|
"homepage": "https://github.com/CGAL/cgal",
|
||||||
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
|
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
|
||||||
@ -64,6 +65,7 @@
|
|||||||
"qt": {
|
"qt": {
|
||||||
"description": "Qt GUI support for CGAL",
|
"description": "Qt GUI support for CGAL",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"boost-format",
|
||||||
"eigen3",
|
"eigen3",
|
||||||
"qt5-3d",
|
"qt5-3d",
|
||||||
{
|
{
|
||||||
|
@ -1530,7 +1530,7 @@
|
|||||||
},
|
},
|
||||||
"cgal": {
|
"cgal": {
|
||||||
"baseline": "5.6",
|
"baseline": "5.6",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"cgicc": {
|
"cgicc": {
|
||||||
"baseline": "3.2.19",
|
"baseline": "3.2.19",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "daf7cc06ce0247101d1f713013a1a12416da5111",
|
||||||
|
"version": "5.6",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "313da2aa8d1221c449a211a4d04a0d5976ae8930",
|
"git-tree": "313da2aa8d1221c449a211a4d04a0d5976ae8930",
|
||||||
"version": "5.6",
|
"version": "5.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user