[fastgltf] fix link simdjson error (#32892)

* fix link simdjson error

* remove underscores in variable names
This commit is contained in:
Mengna Li 2023-08-03 00:07:29 +08:00 committed by GitHub
parent b423d24fff
commit cbf6ca7c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 1 deletions

View File

@ -16,4 +16,10 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
vcpkg_copy_pdbs()
file(READ "${CURRENT_PACKAGES_DIR}/share/fastgltf/fastgltfConfig.cmake" contents)
file(WRITE "${CURRENT_PACKAGES_DIR}/share/fastgltf/fastgltfConfig.cmake" "
include(CMakeFindDependencyMacro)
find_dependency(simdjson)
${contents}")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,6 +1,7 @@
{
"name": "fastgltf",
"version": "0.5.0",
"port-version": 1,
"description": "Blazing fast C++17 glTF 2.0 loader powered by SIMD",
"homepage": "https://github.com/spnda/fastgltf",
"license": "MIT",

View File

@ -2466,7 +2466,7 @@
},
"fastgltf": {
"baseline": "0.5.0",
"port-version": 0
"port-version": 1
},
"fastio": {
"baseline": "2022-11-14",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "28cc725ac91ea72117083d152661ba131f8bca94",
"version": "0.5.0",
"port-version": 1
},
{
"git-tree": "5fdd22bd96978abf4f7d8b8fef6406eb8d79ec3f",
"version": "0.5.0",