mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[Exiv2] remove duplicate option (#31868)
* [Exiv2] Remove option * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
This commit is contained in:
parent
7505916685
commit
c9a1f21791
@ -37,7 +37,6 @@ vcpkg_cmake_configure(
|
||||
-DEXIV2_ENABLE_WEBREADY=OFF
|
||||
-DEXIV2_ENABLE_CURL=OFF
|
||||
-DEXIV2_ENABLE_SSH=OFF
|
||||
-DEXIV2_ENABLE_BMFF=OFF
|
||||
-DEXIV2_TEAM_EXTRA_WARNINGS=OFF
|
||||
-DEXIV2_TEAM_WARNINGS_AS_ERRORS=OFF
|
||||
-DEXIV2_TEAM_PACKAGING=OFF
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "exiv2",
|
||||
"version": "0.27.6",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Image metadata library and tools",
|
||||
"homepage": "https://exiv2.org",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -2362,7 +2362,7 @@
|
||||
},
|
||||
"exiv2": {
|
||||
"baseline": "0.27.6",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"expat": {
|
||||
"baseline": "2.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9616cd1c578515f6aa85ab9dc6e00cdbbda31371",
|
||||
"version": "0.27.6",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "4e3ce02246c1ef4cdc28caed2afa2fe2b394476f",
|
||||
"version": "0.27.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user