mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:47:58 +08:00
[ogre] Do not use strict mode by default in ogre for backward compatibility (#15789)
* [ogre] Do not use strict mode by default in ogre for backward compatibility * Update port_versions metadata for ogre 1.12.9-5
This commit is contained in:
parent
a528e6ac1f
commit
42bb41fa2d
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ogre",
|
||||
"version-string": "1.12.9",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "3D Object-Oriented Graphics Rendering Engine",
|
||||
"homepage": "https://github.com/OGRECave/ogre",
|
||||
"dependencies": [
|
||||
@ -13,7 +13,6 @@
|
||||
"assimp",
|
||||
"freeimage",
|
||||
"overlay",
|
||||
"strict",
|
||||
"zziplib"
|
||||
],
|
||||
"features": {
|
||||
|
@ -4142,7 +4142,7 @@
|
||||
},
|
||||
"ogre": {
|
||||
"baseline": "1.12.9",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"ogre-next": {
|
||||
"baseline": "2019-10-20-1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "322b9a5290ce1656aa66b684b07d1e327b18eeeb",
|
||||
"version-string": "1.12.9",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "7bd4cd10abb70cc91306e834cb8f7831bc33c8a0",
|
||||
"version-string": "1.12.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user