[utfcpp] Update to 4.0.5 (#36054)

* [utfcpp] Update to 4.0.5

* [utfcpp] Update version files
This commit is contained in:
Rémy Tassoux 2024-01-08 22:06:39 +01:00 committed by GitHub
parent d479877dc4
commit 3fe97e0ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 25 deletions

View File

@ -1,21 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ca50a6..d707dc7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ include(GNUInstallDirs)
target_include_directories(utf8cpp INTERFACE
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/source>"
- $<INSTALL_INTERFACE:include>
+ $<INSTALL_INTERFACE:include/utf8cpp>
)
include(CMakePackageConfigHelpers)
@@ -44,5 +44,5 @@ install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
"${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake)
-install(FILES ${PROJECT_SOURCE_DIR}/source/utf8.h DESTINATION include)
-install(DIRECTORY ${PROJECT_SOURCE_DIR}/source/utf8 DESTINATION include)
+install(FILES ${PROJECT_SOURCE_DIR}/source/utf8.h DESTINATION include/utf8cpp)
+install(DIRECTORY ${PROJECT_SOURCE_DIR}/source/utf8 DESTINATION include/utf8cpp)

View File

@ -4,9 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nemtrif/utfcpp
REF "v${VERSION}"
SHA512 e02c10c7e9c8c6ee8b8d45bb7521997106be1bf6778d964d4c66a4f025b6ce46df43be12dc74b03639be9f99db8aa4d8c22a65880a057aeb0e76a90bb87c760c
SHA512 49ca33bfb2ee44515f555184b51191f7b706a228fb84ddc62e1e6b59c7d69a5ff836f38694daad0012a0f651b6199451974fe44ebe80081df00cf8c2759e3249
HEAD_REF master
PATCHES fix-include-path.patch
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "utfcpp",
"version": "4.0.2",
"version": "4.0.5",
"description": "UTF-8 with C++ in a Portable Way",
"homepage": "https://github.com/nemtrif/utfcpp",
"license": "BSL-1.0",

View File

@ -8765,7 +8765,7 @@
"port-version": 1
},
"utfcpp": {
"baseline": "4.0.2",
"baseline": "4.0.5",
"port-version": 0
},
"utfz": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4aa82d07c18c1a5b1ec311a0a23fddc81b162b5a",
"version": "4.0.5",
"port-version": 0
},
{
"git-tree": "f3ceee3e19b95edf9e59c813da7764a68145bfd1",
"version": "4.0.2",