aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyexif
diff options
context:
space:
mode:
authorgrdowns <grdowns@microsoft.com>2019-06-28 17:32:12 -0700
committergrdowns <grdowns@microsoft.com>2019-06-28 17:32:12 -0700
commite27fe911982284788e63f4a92339386554706a4b (patch)
treee695af1d6733cea93a29adab73ff819430ff872e /ports/tinyexif
parent1586330395db0bfa14c40c4b1a8d4da6c8f7c5f7 (diff)
parent62ed7c17318b4f46109c2de73b7584fb04e85720 (diff)
downloadvcpkg-e27fe911982284788e63f4a92339386554706a4b.tar.gz
vcpkg-e27fe911982284788e63f4a92339386554706a4b.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into openssl-version-bump
Diffstat (limited to 'ports/tinyexif')
-rw-r--r--ports/tinyexif/CONTROL3
-rw-r--r--ports/tinyexif/portfile.cmake2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/tinyexif/CONTROL b/ports/tinyexif/CONTROL
index 8302333d5..24350d8be 100644
--- a/ports/tinyexif/CONTROL
+++ b/ports/tinyexif/CONTROL
@@ -1,4 +1,5 @@
Source: tinyexif
-Version: 1.0.2-4
+Version: 1.0.2-5
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 5a10d422f..b6e489384 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()