mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +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)
|
||||
|
@ -1,11 +1,9 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO baylej/tmx
|
||||
REF "tmx_${VERSION}"
|
||||
REF "tmx_${VERSION}"
|
||||
HEAD_REF master
|
||||
SHA512 9e79b47aa60215c9f2fcc3edf67f680deb25b5d0a841af7a6e6e34b31f3efb4d394b7ab6f577d8a0e299023e09c792089e4ecf185b21ae1a78ef1806f3a07316
|
||||
PATCHES
|
||||
libxml2.patch
|
||||
SHA512 302e55c6d78947dbac1470855331fb238e2ac681f10414aef1e3dad5c1128b66aeb2fef0c4cb2d03360b5e5b327e46c9e5d7dc5bf15d411c9fa3cf7dd4351b4f
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmx",
|
||||
"version": "1.4.0",
|
||||
"version": "1.10.0",
|
||||
"description": "A portable C library to load tiled maps in your games.",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": [
|
||||
|
@ -9033,7 +9033,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"tmx": {
|
||||
"baseline": "1.4.0",
|
||||
"baseline": "1.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tmxlite": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fb62fb2dd351a26cf21830fee3d5ef7d3bcc2df8",
|
||||
"version": "1.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "208f4e6dbb827a264cba6e463a36c8b4ada21571",
|
||||
"version": "1.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user