diff options
| author | cDc <cdc.seacave@gmail.com> | 2019-08-07 19:14:35 +0300 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-07 12:14:35 -0400 |
| commit | 6a6d89ffd80f28c9bd7ad170d0a08657a10fa9d6 (patch) | |
| tree | dd7f213fa6c4e9b73f27a154c56c3d305b88576e | |
| parent | 6c7cb5dfdbe8932e589913d7c99943d6f004467c (diff) | |
| download | vcpkg-6a6d89ffd80f28c9bd7ad170d0a08657a10fa9d6.tar.gz vcpkg-6a6d89ffd80f28c9bd7ad170d0a08657a10fa9d6.zip | |
fix linux/mac (#7575)
| -rw-r--r-- | ports/tinyexif/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tinyexif/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/tinyexif/CONTROL b/ports/tinyexif/CONTROL index 24350d8be..7d2da6da0 100644 --- a/ports/tinyexif/CONTROL +++ b/ports/tinyexif/CONTROL @@ -1,5 +1,5 @@ Source: tinyexif -Version: 1.0.2-5 +Version: 1.0.2-6 Build-Depends: tinyxml2 Homepage: https://github.com/cdcseacave/TinyEXIF Description: tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images diff --git a/ports/tinyexif/portfile.cmake b/ports/tinyexif/portfile.cmake index b6e489384..b1940ad94 100644 --- a/ports/tinyexif/portfile.cmake +++ b/ports/tinyexif/portfile.cmake @@ -20,7 +20,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/tinyexif) +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/TinyEXIF) vcpkg_copy_pdbs() |
