mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[glm] Fix c++ language auto detection (#37823)
This commit is contained in:
parent
056d7ad4aa
commit
dc5bc7995d
@ -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
|
||||
|
@ -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",
|
||||
|
@ -3070,7 +3070,7 @@
|
||||
},
|
||||
"glm": {
|
||||
"baseline": "1.0.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"globjects": {
|
||||
"baseline": "1.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9f323014ca30e742823ae0d6e1a47243000774c1",
|
||||
"version": "1.0.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "99ce44c81afa595330ff215934019ac06ff34388",
|
||||
"version": "1.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user