diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2020-12-30 22:40:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 22:40:47 -0800 |
| commit | c450737386577201b4226a4c3dcd5532e580b7f8 (patch) | |
| tree | a170a10daba8b8539a91ea6f1bdaaa1fd107e624 | |
| parent | 63f9a4aeff92113a33aacee033d34670199f10f6 (diff) | |
| download | vcpkg-c450737386577201b4226a4c3dcd5532e580b7f8.tar.gz vcpkg-c450737386577201b4226a4c3dcd5532e580b7f8.zip | |
[directxmath] port updated for cmake improvements (#15383)
* directxmath port updated for cmake improvements
* Rev control version
* update CONTROL for version
| -rw-r--r-- | ports/directxmath/CONTROL | 2 | ||||
| -rw-r--r-- | ports/directxmath/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/directxmath/CONTROL b/ports/directxmath/CONTROL index 0c6bcc956..6471db4e8 100644 --- a/ports/directxmath/CONTROL +++ b/ports/directxmath/CONTROL @@ -1,4 +1,4 @@ Source: directxmath -Version: 3.1.6 +Version: dec2020b Homepage: https://walbourn.github.io/introducing-directxmath/ Description: DirectXMath SIMD C++ math library diff --git a/ports/directxmath/portfile.cmake b/ports/directxmath/portfile.cmake index 96a722e0f..872f7d933 100644 --- a/ports/directxmath/portfile.cmake +++ b/ports/directxmath/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMath
- REF dec2020
- SHA512 73c073f6ef5f2dd867c3f934d471258c001fb85a99b897ef25ac26595c31157e00118143f5fdaa3f25512a2a46ebbe464efd1d697a999137bc4cffc9c29fec8c
+ REF dec2020b
+ SHA512 59f2e7024b145e09ec40639627344175e77db0527888dce07a6e5785cb240ed163c8d5b063222226ddd1af8128de1d842ff15a1f6e9f5e1e1a14dfd2da1a270b
HEAD_REF master
)
@@ -24,7 +24,7 @@ if(NOT VCPKG_TARGET_IS_WINDOWS) file(INSTALL
${DOWNLOADS}/sal.h
- DESTINATION ${CURRENT_PACKAGES_DIR}/include/)
+ DESTINATION ${CURRENT_PACKAGES_DIR}/include/DirectXMath)
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
