Skip to content

Commit 2c58226

Browse files
authored
[cglm] Update to 0.9.6 (#48798)
1 parent 67a8c44 commit 2c58226

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ports/cglm/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO recp/cglm
44
REF "v${VERSION}"
5-
SHA512 cfa836d5100912866d0678babca51e0ca818c1424ac8320c49ee55e5f9091403947a0d7b5c633bb0fb5df594d2b4fb01c2f634cc20cbe6266db5f7879488b02f
5+
SHA512 5493b9c19a9aae556e579f41687d8e7184aa0b03d4c5358975521102fe8dbb456493f858512564b2c30093bbd2ea801f0280592a54cc5454045fcac762e71eaf
66
)
77

88
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" CGLM_BUILD_SHARED)
@@ -25,5 +25,5 @@ vcpkg_copy_pdbs()
2525
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
2626
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
2727

28-
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
28+
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
2929
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

ports/cglm/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cglm",
3-
"version-semver": "0.9.4",
3+
"version-semver": "0.9.6",
44
"description": "Highly Optimized Graphics Math (glm) for C",
55
"homepage": "https://github.com/recp/cglm",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@
16811681
"port-version": 2
16821682
},
16831683
"cglm": {
1684-
"baseline": "0.9.4",
1684+
"baseline": "0.9.6",
16851685
"port-version": 0
16861686
},
16871687
"cgltf": {

versions/c-/cglm.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "d357c45a983aeb2b2a4fe32f160fca8cdec4b7bd",
5+
"version-semver": "0.9.6",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "7b7c4261fc7112e959687b9e61f94f05348cdd9c",
510
"version-semver": "0.9.4",

0 commit comments

Comments
 (0)