[flatbuffers] Fix config filename when crosscompiling (#29953)

This commit is contained in:
Eisenheim9 2023-03-02 20:31:58 +01:00 committed by GitHub
parent c7e4edfe73
commit 7074f8d5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -35,7 +35,7 @@ file(GLOB flatc_path ${CURRENT_PACKAGES_DIR}/bin/flatc*)
if(flatc_path)
vcpkg_copy_tools(TOOL_NAMES flatc AUTO_CLEAN)
else()
file(APPEND "${CURRENT_PACKAGES_DIR}/share/flatbuffers/Flatbuffers-config.cmake"
file(APPEND "${CURRENT_PACKAGES_DIR}/share/flatbuffers/flatbuffers-config.cmake"
"include(\"\${CMAKE_CURRENT_LIST_DIR}/../../../${HOST_TRIPLET}/share/flatbuffers/FlatcTargets.cmake\")\n")
endif()

View File

@ -1,6 +1,7 @@
{
"name": "flatbuffers",
"version": "23.1.21",
"port-version": 1,
"description": [
"Memory Efficient Serialization Library",
"FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility."

View File

@ -2454,7 +2454,7 @@
},
"flatbuffers": {
"baseline": "23.1.21",
"port-version": 0
"port-version": 1
},
"flecs": {
"baseline": "3.1.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c8dd8a45a079d9ec27da5352d1d61eb24ff94f5d",
"version": "23.1.21",
"port-version": 1
},
{
"git-tree": "a982b9c31851fcc6ac96cfc1a05fc44144ef1512",
"version": "23.1.21",