tinyxml2, bump to 11.0.0 (#12284)

This commit is contained in:
Schrijvers Luc
2025-04-30 07:43:24 +00:00
committed by GitHub
parent 7eb99d1349
commit 92b53d46ab

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2011-2021 Lee Thomason"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="https://github.com/leethomason/tinyxml2/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="3bdf15128ba16686e69bce256cc468e76c7b94ff2c7f391cc5ec09e40bff3839"
CHECKSUM_SHA256="5556deb5081fb246ee92afae73efd943c889cef0cafea92b0b82422d6a18f289"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -46,11 +46,11 @@ BUILD_PREREQUIRES="
BUILD()
{
cmake -B build -S . \
-DCMAKE_BUILD_TYPE=Release \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DBUILD_SHARED_LIBS=ON \
-Dtinyxml2_INSTALL_CMAKEDIR=$developLibDir/cmake
make -C build $jobArgs
}