Skip to content

Commit

Permalink
Upstream fixes to CMake targets dependency handling
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jun 17, 2023
1 parent 584e9eb commit fb25253
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ports/directxmesh/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMesh
REF ${DIRECTXMESH_TAG}
SHA512 2c638323efd99b1b551c8d32323ad98f06f0a034ec7ef7b82b924d4ca936c4e9458e372eac64a39d86ae73c171eda19c8b2dc331552f4b1c5c0cce3e8ec2ad97
SHA512 01fd1fc43dd51c203b31b8f668a4ece731bad980c97b65481fdd86e2b458556fb46b7709444c1741568b3c5633b766c51cb3211e21f348f12278ad8b10044e7c
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/directxtex/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTex
REF ${DIRECTXTEX_TAG}
SHA512 e097ec69941394dbd6908e93d2841d11a6a8174d1e2beab67ecc99a5ba9b9c8ebb21ee57bf430190a9d3aad0366a49529c94870a9783ee488a9288b6218fa7da
SHA512 7b09903b8fbb15f6e13a50608b80ff1128703f7843517db99dd1c05e01a0ab27ed4ac29f29a59de1f384787fbb75fb4f359bbddcd25483cb323fcc3750f0833d
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/directxtk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK
REF ${DIRECTXTK_TAG}
SHA512 fb0544e81ee60ee384ea2a55e16d8d3c39782b2c98fac610da23cefb70f048741527886e60623690a4982e5b940a9fafa8d262deb5fead622ecf5c7e072afe1b
SHA512 de98429af5851fafdab4b24b38d0230798eab38c5fee291ea43ef46dabe275e3476d1449f94ebead53d5a4f361257218b165af37f96114cec5890403a044d600
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/directxtk12/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK12
REF ${DIRECTXTK_TAG}
SHA512 0d1a24891bd64dea2c1bd0ed091f856dd956f28b4d8dc46fb26e271992a5c23b400fcfd4b37933ba6ebf066355543cd2db794a18abb24beb0057ca41a9ec52df
SHA512 61906a03bfba04539941f895cd718d80c9402ea04ece2f4ece43f8ad97231ae2388da5df30061103e25a48bab6dd7db30c192a65cace9d014a7850c6d535d424
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/dxut/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/DXUT
REF jun2023
SHA512 fc667466ba858405cbe19382ec1d7a20bcd1dfe4e1251311eee68120d334439a464a00e7cc8c0adfa107eda4e8776f4646a8c35540c027e34934bc47e9680e39
SHA512 72a322fcf062d0f52d0e854660e48943d0e10e7856019ad5bc0b37bcb2bde909d6fbc315e04e2b90a13a50a05129b8787159791ec525f5003f0c090dce9a7d42
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/uvatlas/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/UVAtlas
REF ${UVATLAS_TAG}
SHA512 3eb19aa1f56d948aed71b98e7aaacebb5713480fda94f8e6fb8189502e6b3f154e18468b1f1cbad235f5d393b5c2fc658fcbe2e04c0b358679eae560366c22dc
SHA512 bd1ff3373871bb27872461c0211939f2f6d9b5b4927897bdb4668fdde4a862af74ee193a52434bf30a6cc0268d6fd084453bcedd2bd57c7abb2ca33e1643fced
HEAD_REF main
PATCHES openexr.patch
)
Expand Down

0 comments on commit fb25253

Please sign in to comment.