aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyexif
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2019-06-23 08:16:07 +0800
committermyd7349 <myd7349@gmail.com>2019-06-23 08:16:07 +0800
commit644851da5fbe46aadd0a8fa54e1d7d213f469fb0 (patch)
tree3f5d20aca85fcf02375cf553e893c105758a5d39 /ports/tinyexif
parentf1870ae02bedbaa5a501ddf3a7ba5d0a743a1053 (diff)
parentf3db66b403840b24ea2612d09cca30a5285f5ea3 (diff)
downloadvcpkg-644851da5fbe46aadd0a8fa54e1d7d213f469fb0.tar.gz
vcpkg-644851da5fbe46aadd0a8fa54e1d7d213f469fb0.zip
Merge branch 'master' into sx-init
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()