[bext-ut] Update to 2.3.1 (#48569)

This commit is contained in:
SunBlack
2025-12-02 00:17:47 +01:00
committed by GitHub
parent 4bbb04f87d
commit a0f74cff40
4 changed files with 9 additions and 5 deletions

View File

@@ -2,14 +2,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boost-ext/ut
REF "v${VERSION}"
SHA512 6894767ddae9d3ddd7aac2f77565f653e5051d213d39129a149405c6441a5f20a2878a5f548ad8d4ca37f70e44c6360c447f12df9c870149f9ed57a281214c24
SHA512 f95bdc9ba483f309bdcbe57d2fef92a0b4301bdb1c83700e711ac152c72a76b1d502a16462cca48074db024c0eb97920ffca7b3236f04c3bb40080c672c80f50
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBOOST_UT_ALLOW_CPM_USE=OFF
-DBOOST_UT_BUILD_BENCHMARKS=OFF
-DBOOST_UT_BUILD_EXAMPLES=OFF
-DBOOST_UT_BUILD_TESTS=OFF
@@ -18,7 +17,7 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(PACKAGE_NAME ut CONFIG_PATH lib/cmake/ut-${VERSION})
vcpkg_cmake_config_fixup(PACKAGE_NAME ut CONFIG_PATH lib/cmake/ut)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug"
"${CURRENT_PACKAGES_DIR}/lib"

View File

@@ -1,6 +1,6 @@
{
"name": "bext-ut",
"version": "2.0.1",
"version": "2.3.1",
"description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.",
"homepage": "https://github.com/boost-ext/ut",
"license": "BSL-1.0",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ee79d45a5fe130351def4bc8185531284ad92950",
"version": "2.3.1",
"port-version": 0
},
{
"git-tree": "005d8801fa1f5a1ebb1e7927e9ab55816fe171c0",
"version": "2.0.1",

View File

@@ -693,7 +693,7 @@
"port-version": 0
},
"bext-ut": {
"baseline": "2.0.1",
"baseline": "2.3.1",
"port-version": 0
},
"bext-wintls": {