mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:52:03 +08:00
[gz-math7] Control options (#31277)
This commit is contained in:
parent
a9adae7356
commit
f1a37c0d84
@ -1,7 +1,12 @@
|
||||
set(PACKAGE_NAME math)
|
||||
|
||||
ignition_modular_library(NAME ${PACKAGE_NAME}
|
||||
REF ${PORT}_${VERSION}
|
||||
VERSION ${VERSION}
|
||||
SHA512 84617eeb6840b0bad8f94c38e8af11bf010c2e3166042541d0d79c44f60a70ee6fde395b2a1b801abedb36aa024f7fb14bbb993eb7be2949c72d8756ba4b3196
|
||||
)
|
||||
ignition_modular_library(
|
||||
NAME "${PACKAGE_NAME}"
|
||||
REF "${PORT}_${VERSION}"
|
||||
VERSION "${VERSION}"
|
||||
SHA512 84617eeb6840b0bad8f94c38e8af11bf010c2e3166042541d0d79c44f60a70ee6fde395b2a1b801abedb36aa024f7fb14bbb993eb7be2949c72d8756ba4b3196
|
||||
OPTIONS
|
||||
-DSKIP_SWIG=ON
|
||||
-DSKIP_PYBIND11=ON
|
||||
-DBUILD_DOCS=OFF
|
||||
)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "gz-math7",
|
||||
"version": "7.0.2",
|
||||
"port-version": 1,
|
||||
"description": "Math API for robotic applications",
|
||||
"homepage": "https://ignitionrobotics.org/libs/math",
|
||||
"license": null,
|
||||
|
@ -3026,7 +3026,7 @@
|
||||
},
|
||||
"gz-math7": {
|
||||
"baseline": "7.0.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gz-tools2": {
|
||||
"baseline": "2.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "687462541825396052367baec48a08e4657d63d4",
|
||||
"version": "7.0.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "13b399f38d70db748d1babf9296d2a4fc80dc302",
|
||||
"version": "7.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user