fix linux/mac (#7575)

This commit is contained in:
cDc 2019-08-07 19:14:35 +03:00 committed by Curtis J Bezault
parent 6c7cb5dfdb
commit 6a6d89ffd8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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()