aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimmy hu <5549662+Jimmy-Hu@users.noreply.github.com>2020-10-16 06:37:16 +0800
committerGitHub <noreply@github.com>2020-10-15 15:37:16 -0700
commitc2b6e8abb23783e52508a34b5d5d4bce653f7bb1 (patch)
treeb6069c06efa122e25b03e7e92176e0fdb78cace4
parent5ebaa51b42cb80229735ebbcd654076c191213d4 (diff)
downloadvcpkg-c2b6e8abb23783e52508a34b5d5d4bce653f7bb1.tar.gz
vcpkg-c2b6e8abb23783e52508a34b5d5d4bce653f7bb1.zip
[jansson] Update to 2.13.1 (#14007)
* [jansson] Update to 2.13.1 [jansson] Update to 2.13.1 * [jansson] Update portfile.cmake [jansson] Update portfile.cmake
-rw-r--r--ports/jansson/portfile.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/jansson/portfile.cmake b/ports/jansson/portfile.cmake
index 175ac41e7..f0233ddac 100644
--- a/ports/jansson/portfile.cmake
+++ b/ports/jansson/portfile.cmake
@@ -1,5 +1,3 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO akheron/jansson
@@ -45,6 +43,6 @@ vcpkg_install_cmake()
vcpkg_fixup_cmake_targets()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/jansson RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
vcpkg_copy_pdbs()