vcpkg/versions/l-/libexif.json
JonLiu1993 8f542fd07a
[libexif] Fix usage (#37212)
Fixes #37184
When use libexif provide usage, you will get three error:
````
1> [CMake] CMake Error at F:/test/vcpkg/installed/x64-windows/share/unofficial-libexif/unofficial-libexif-config.cmake:10 (find_library):
1> [CMake]   Syntax error in cmake code at
1> [CMake] 
1> [CMake]     F:/test/vcpkg/installed/x64-windows/share/unofficial-libexif/unofficial-libexif-config.cmake:10
1> [CMake] 
1> [CMake]   when parsing string
1> [CMake] 
1> [CMake]     ${z_vcpkg_LIBEXIF_root }/lib
1> [CMake] 
1> [CMake]   Invalid character (' ') in a variable name: 'z_vcpkg_LIBEXIF_root'
````
````
1> [CMake] CMake Error at F:/test/vcpkg/installed/x64-windows/share/unofficial-libexif/unofficial-libexif-config.cmake:10 (find_library):
1> [CMake]   Could not find Z_VCPKG_LIBEXIF_LIBRARY_RELEASE using the following names:
1> [CMake]   libexif
````
````
1> [CMake] CMake Error in CMakeProject1/CMakeLists.txt:
1> [CMake]   Imported target "unofficial::libexif::libexif" includes non-existent path
1> [CMake] 
1> [CMake]     "/include"
````
Change the `unofficial-libexif-config.cmake` file to fix usage error.

Usage tested successfully by `libexif:x64-windows`:
````
libexif provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(unofficial-libexif CONFIG REQUIRED)
  target_link_libraries(main PRIVATE unofficial::libexif::libexif)
````

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~SHA512s are updated for each updated download.~~
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-03-07 12:27:35 -08:00

50 lines
1.2 KiB
JSON

{
"versions": [
{
"git-tree": "f24b507dc606ff933aec00cf716c4ca27a48e13e",
"version": "0.6.24",
"port-version": 3
},
{
"git-tree": "de3b3a5ade33ccafbeb4a00cde07954717240eee",
"version": "0.6.24",
"port-version": 2
},
{
"git-tree": "40f7058e18a937bab35b7213595fc4eef5de7dec",
"version": "0.6.24",
"port-version": 1
},
{
"git-tree": "7194d724b7e14c0d3661153bc81f614a86276c6a",
"version": "0.6.24",
"port-version": 0
},
{
"git-tree": "cbe71aeb850791354309f2c953bf117ddc64f97a",
"version": "0.6.22",
"port-version": 2
},
{
"git-tree": "b068504fa067776d51b304e0c28e23532957c4b6",
"version-string": "0.6.22",
"port-version": 1
},
{
"git-tree": "8db41ebcc42f9b3695ac489c3ea72abb738477f5",
"version-string": "0.6.22",
"port-version": 0
},
{
"git-tree": "0bb1af537f815434564fdf9d81e0f4c37c5528d1",
"version-string": "0.6.21-2",
"port-version": 0
},
{
"git-tree": "bd8c40620aa37d57b1053b61cb0e0791bb794815",
"version-string": "0.6.21-1",
"port-version": 0
}
]
}