diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-09-14 11:20:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 20:20:15 -0700 |
| commit | 2294a5b768fad5cc3a2a208a32965d73f014215d (patch) | |
| tree | b3b292e0ecdbbf7dd9c2b692cf731339627c27b8 /ports/cgltf | |
| parent | e571da5c6a1d636b2fa97e61f52427b26cb842f2 (diff) | |
| download | vcpkg-2294a5b768fad5cc3a2a208a32965d73f014215d.tar.gz vcpkg-2294a5b768fad5cc3a2a208a32965d73f014215d.zip | |
[audiofile/cgltf/libsbml] Update to the latest version (#20066)
* [audiofile/cgltf/libsbml] Update to the latest version
* Format manifests
* [libsbml] Update branch from stable to development
* Update versions/l-/libsbml.json
* [audiofile] Add options to vcpkg_cmake_configure
Diffstat (limited to 'ports/cgltf')
| -rw-r--r-- | ports/cgltf/portfile.cmake | 10 | ||||
| -rw-r--r-- | ports/cgltf/vcpkg.json | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/ports/cgltf/portfile.cmake b/ports/cgltf/portfile.cmake index de7e6ad32..54b8dade6 100644 --- a/ports/cgltf/portfile.cmake +++ b/ports/cgltf/portfile.cmake @@ -3,13 +3,13 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jkuhlmann/cgltf - REF v1.8 - SHA512 d77064bf333b7d1cbc91e261f375f1fdd60934aeb3cf87f1121cf4c4ae294532885381a265f4380c79d6bc75de72ed5f3e57153c5d0d0db98a65ee14f8b1bbfe + REF 1bdc84d3bb81fa69bcf71ed5cafe63e58df1448a #v1.10 + SHA512 d7f06912a2654633e6d596805e09dbb315453837d066189091c78f7eb837a2caff1768d79f15e8b0536105ffeb67a46e7093e2d6b61091301754f4722c494ada HEAD_REF master ) -file(COPY ${SOURCE_PATH}/cgltf.h DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(COPY ${SOURCE_PATH}/cgltf_write.h DESTINATION ${CURRENT_PACKAGES_DIR}/include) +file(COPY "${SOURCE_PATH}/cgltf.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include") +file(COPY "${SOURCE_PATH}/cgltf_write.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include") # Handle copyright -configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) +configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
\ No newline at end of file diff --git a/ports/cgltf/vcpkg.json b/ports/cgltf/vcpkg.json index 14e732885..aa9ebec52 100644 --- a/ports/cgltf/vcpkg.json +++ b/ports/cgltf/vcpkg.json @@ -1,7 +1,6 @@ { "name": "cgltf", - "version-string": "1.8", - "port-version": 1, + "version": "1.10", "description": "Single-file glTF 2.0 loader and writer written in C99", "homepage": "https://github.com/jkuhlmann/cgltf" } |
