[glm] Fix c++ language auto detection (#37823)

This commit is contained in:
Weihang Ding 2024-03-30 08:24:12 +08:00 committed by GitHub
parent 056d7ad4aa
commit dc5bc7995d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,6 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DGLM_ENABLE_CXX_17=ON
-DGLM_BUILD_LIBRARY=ON
-DGLM_BUILD_TESTS=OFF
-DGLM_BUILD_INSTALL=ON

View File

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

View File

@ -3070,7 +3070,7 @@
},
"glm": {
"baseline": "1.0.1",
"port-version": 1
"port-version": 2
},
"globjects": {
"baseline": "1.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9f323014ca30e742823ae0d6e1a47243000774c1",
"version": "1.0.1",
"port-version": 2
},
{
"git-tree": "99ce44c81afa595330ff215934019ac06ff34388",
"version": "1.0.1",