[jsonifier] Remove duplicate header files (#35097)

This commit is contained in:
Cheney Wang 2023-11-17 08:45:52 +08:00 коммит произвёл GitHub
Родитель a536f766ad
Коммит b4f39984b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 24 добавлений и 7 удалений

Просмотреть файл

@ -4,14 +4,16 @@ vcpkg_from_github(
REF "v${VERSION}"
SHA512 e2611b116cd6d73426b32fea11b3b52527466e7e59d8e8c842ccca9dac2b42679457d7ad77e11512c15fb319e650c74bbee0dce3ae7d24c127b756790eebf020
HEAD_REF main
PATCHES
uninstall-head.patch
)
set(VCPKG_BUILD_TYPE release) # header-only
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/License.md")

Просмотреть файл

@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc4ed65..23a9738 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ set_target_properties(
OUTPUT_NAME "jsonifier"
CXX_STANDARD_REQUIRED ON
CXX_EXTENSIONS OFF
- PUBLIC_HEADER "${HEADERS}"
+ #PUBLIC_HEADER "${HEADERS}"
)
target_include_directories(

Просмотреть файл

@ -1,6 +1,7 @@
{
"name": "jsonifier",
"version": "0.9.91",
"port-version": 1,
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://github.com/realtimechris/jsonifier",
"license": "MIT",
@ -9,10 +10,6 @@
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

Просмотреть файл

@ -3678,7 +3678,7 @@
},
"jsonifier": {
"baseline": "0.9.91",
"port-version": 0
"port-version": 1
},
"jsonnet": {
"baseline": "0.20.0",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "be9213f10f70e56d8f7fad547c9691558f9babc9",
"version": "0.9.91",
"port-version": 1
},
{
"git-tree": "b8901c8d3fee5951e101c1b8a3b64de58c6ebeed",
"version": "0.9.91",