[tinygltf] fix json path (#17415)

This commit is contained in:
Francisco Facioni 2021-04-23 18:46:47 +01:00 committed by GitHub
parent 76f93fd1e1
commit 5a5d541223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,6 @@
Source: tinygltf
Version: 2020-07-28
Port-Version: 1
Homepage: https://github.com/syoyo/tinygltf
Description: A header only C++11 glTF 2.0 library.
Build-Depends: stb, nlohmann-json
Build-Depends: stb, nlohmann-json

View File

@ -8,8 +8,8 @@ vcpkg_from_github(
)
# Put the licence file where vcpkg expects it
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/tinygltf/LICENSE)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/tinygltf/LICENSE ${CURRENT_PACKAGES_DIR}/share/tinygltf/copyright)
# Copy the tinygltf header files and fix the path to json
vcpkg_replace_string(${SOURCE_PATH}/tiny_gltf.h "#include \"json.hpp\"" "#include <nlohmann/json.hpp>")
file(INSTALL ${SOURCE_PATH}/tiny_gltf.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Copy the tinygltf header files
file(COPY ${SOURCE_PATH}/tiny_gltf.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -6026,7 +6026,7 @@
},
"tinygltf": {
"baseline": "2020-07-28",
"port-version": 0
"port-version": 1
},
"tinynpy": {
"baseline": "1.0.0-3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a0991e25859335be940b034a0d5ec369cdb1f14c",
"version-string": "2020-07-28",
"port-version": 1
},
{
"git-tree": "a81aa48035ba08138ce76fff8d000052332604ae",
"version-string": "2020-07-28",