diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-04-15 22:30:11 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-15 22:30:11 -0700 |
| commit | c95512aaf6cb590a5fd809075d012e617ad33525 (patch) | |
| tree | 87af342c7cc8c8f613647df0d83fc72dfce4cd0e /ports/glm | |
| parent | 56bc2f9160abc9f6f8e0d60cf282d58fbdafe112 (diff) | |
| download | vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.tar.gz vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.zip | |
[many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29
* Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures
* [folly] Fix target files in debug mode
* Undo glog changes since it caused sophus openmvg and cartographer failures
* Undo Folly changes since it cause wangle failed
* Undo Folly portfile
Diffstat (limited to 'ports/glm')
| -rw-r--r-- | ports/glm/CONTROL | 2 | ||||
| -rw-r--r-- | ports/glm/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/glm/CONTROL b/ports/glm/CONTROL index 3da56cf54..dca6a7dd1 100644 --- a/ports/glm/CONTROL +++ b/ports/glm/CONTROL @@ -1,3 +1,3 @@ Source: glm -Version: 0.9.9.3 +Version: 0.9.9.4 Description: OpenGL Mathematics (GLM) https://glm.g-truc.net diff --git a/ports/glm/portfile.cmake b/ports/glm/portfile.cmake index 7eca98766..8fbae388d 100644 --- a/ports/glm/portfile.cmake +++ b/ports/glm/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO g-truc/glm - REF 0.9.9.3 - SHA512 44152ea6438763feda3b78813287fd59d3574a9630a41647a157825bf5ce4a18fbbecae5a5ccd94acc118ed3d42cbce53d3a67f25632d0c00ab77e7de2bb4650 + REF 0.9.9.4 + SHA512 50e4784fcd5f1da4ae27830948ffe4b412ec53447b89d30c6dcc2b4e0f9ec05cca4b07461d3d8a339eb103fae8dac325fabc87607b5397122ce2021d6e15a1a1 HEAD_REF master ) |
