File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff 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
88string (COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE} " "dynamic" CGLM_BUILD_SHARED)
@@ -25,5 +25,5 @@ vcpkg_copy_pdbs()
2525file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
2626file (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" )
2929file (INSTALL "${CMAKE_CURRENT_LIST_DIR} /usage" DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 16811681 "port-version" : 2
16821682 },
16831683 "cglm" : {
1684- "baseline" : " 0.9.4 " ,
1684+ "baseline" : " 0.9.6 " ,
16851685 "port-version" : 0
16861686 },
16871687 "cgltf" : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments