mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[tmx] update to 1.10.0 (#41942)
This commit is contained in:
parent
92d30ae9ad
commit
5ffe4bfb3f
@ -1,12 +0,0 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
||||||
index 1ff0676..043ad1c 100644
|
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -62,7 +62,6 @@ else()
|
|
||||||
message("zstd not wanted")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
-include(FindLibXml2)
|
|
||||||
find_package(LibXml2 REQUIRED)
|
|
||||||
target_link_libraries(tmx LibXml2::LibXml2)
|
|
||||||
|
|
@ -3,9 +3,7 @@ vcpkg_from_github(
|
|||||||
REPO baylej/tmx
|
REPO baylej/tmx
|
||||||
REF "tmx_${VERSION}"
|
REF "tmx_${VERSION}"
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
SHA512 9e79b47aa60215c9f2fcc3edf67f680deb25b5d0a841af7a6e6e34b31f3efb4d394b7ab6f577d8a0e299023e09c792089e4ecf185b21ae1a78ef1806f3a07316
|
SHA512 302e55c6d78947dbac1470855331fb238e2ac681f10414aef1e3dad5c1128b66aeb2fef0c4cb2d03360b5e5b327e46c9e5d7dc5bf15d411c9fa3cf7dd4351b4f
|
||||||
PATCHES
|
|
||||||
libxml2.patch
|
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tmx",
|
"name": "tmx",
|
||||||
"version": "1.4.0",
|
"version": "1.10.0",
|
||||||
"description": "A portable C library to load tiled maps in your games.",
|
"description": "A portable C library to load tiled maps in your games.",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -9033,7 +9033,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"tmx": {
|
"tmx": {
|
||||||
"baseline": "1.4.0",
|
"baseline": "1.10.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"tmxlite": {
|
"tmxlite": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "fb62fb2dd351a26cf21830fee3d5ef7d3bcc2df8",
|
||||||
|
"version": "1.10.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "208f4e6dbb827a264cba6e463a36c8b4ada21571",
|
"git-tree": "208f4e6dbb827a264cba6e463a36c8b4ada21571",
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user