From 98b21101a297017119fed6792b81abf77753de69 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 30 May 2018 16:54:17 -0700 Subject: [PATCH] [directxmesh] Update to latest version. Fixes /permissive- issue --- ports/directxmesh/CONTROL | 2 +- ports/directxmesh/portfile.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/directxmesh/CONTROL b/ports/directxmesh/CONTROL index 443917882..82f5bcb27 100644 --- a/ports/directxmesh/CONTROL +++ b/ports/directxmesh/CONTROL @@ -1,3 +1,3 @@ Source: directxmesh -Version: may2018 +Version: may2018-9f0b4e3 Description: DirectXMesh geometry processing library \ No newline at end of file diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake index 89a83c272..c195de23a 100644 --- a/ports/directxmesh/portfile.cmake +++ b/ports/directxmesh/portfile.cmake @@ -12,7 +12,7 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXMesh - REF may2018 + REF 9f0b4e3591e528f09eb454681297d7bf22e2ee9a SHA512 33fe4a680f274b1e7a643cc1a49762d7c9528e1fefab8ec41010c8b3b094cad56731c23e4d098b0684689050a62a89186557cf448075e73b9f592bad22cb0ca0 HEAD_REF master )