[glm] Restore version 0.9.9.8 (#34591)

* [glm] Restore version 0.9.9.8

* revert glm update

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
This commit is contained in:
Osyotr 2023-10-20 01:28:17 +03:00 committed by GitHub
parent 277733116c
commit f9ae3ba570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 11 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO g-truc/glm
REF 5c46b9c07008ae65cb81ab79cd677ecc1934b903 # commit on 2023-06-08
SHA512 17315dd05059accf3d4084d35dd037d4001f88a1d91da9a6fd5cedecab652c8bef8efa89cd45e21cd227f964a03408401edc2384c22e50caa449abf71b23fd6a
REF bf71a834948186f4097caa076cd2663c69a10e1e #v0.9.9.8
SHA512 226266c02af616a96fb19ee32cf3f98347daa43a4fde5d618d36b38709dce1280de126c542524d40725ecf70359edcc5b60660554c65ce246514501fb4c9c87c
HEAD_REF master
)
@ -19,5 +19,5 @@ vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/copying.txt")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
# Put the license file where vcpkg expects it
file(INSTALL "${SOURCE_PATH}/copying.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,4 +0,0 @@
glm provides CMake targets:
find_package(glm CONFIG REQUIRED)
target_link_libraries(main PRIVATE glm::glm)

View File

@ -1,6 +1,7 @@
{
"name": "glm",
"version-date": "2023-06-08",
"version": "0.9.9.8",
"port-version": 2,
"description": "OpenGL Mathematics (GLM)",
"homepage": "https://glm.g-truc.net",
"license": "MIT",

View File

@ -2957,8 +2957,8 @@
"port-version": 1
},
"glm": {
"baseline": "2023-06-08",
"port-version": 0
"baseline": "0.9.9.8",
"port-version": 2
},
"globjects": {
"baseline": "1.1.0",