mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[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:
parent
277733116c
commit
f9ae3ba570
@ -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)
|
||||
|
@ -1,4 +0,0 @@
|
||||
glm provides CMake targets:
|
||||
|
||||
find_package(glm CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE glm::glm)
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user