mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[bext-ut] Updated bext-ut to v2.0.1 (#37040)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
parent
6c68a94b4d
commit
ff7b7e8711
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boost-ext/ut
|
||||
REF bf8388f61103571dee3061a4ef23292a320d9dbf #committed on 2023-07-09
|
||||
SHA512 e7f95c71fb094170e0f431af115845f66c53f05748829a547612ae480839339b7794d4a3d8c2ae44ad2536654228f00d9d6b058b3b55c4af3432936efc2f6c2d
|
||||
REF "v${VERSION}"
|
||||
SHA512 6894767ddae9d3ddd7aac2f77565f653e5051d213d39129a149405c6441a5f20a2878a5f548ad8d4ca37f70e44c6360c447f12df9c870149f9ed57a281214c24
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -14,6 +14,7 @@ vcpkg_cmake_configure(
|
||||
-DBOOST_UT_BUILD_EXAMPLES=OFF
|
||||
-DBOOST_UT_BUILD_TESTS=OFF
|
||||
-DINCLUDE_INSTALL_DIR=include
|
||||
-DBOOST_UT_DISABLE_MODULE=ON
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
@ -23,4 +24,8 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug"
|
||||
"${CURRENT_PACKAGES_DIR}/lib"
|
||||
)
|
||||
|
||||
|
||||
configure_file("${CMAKE_CURRENT_LIST_DIR}/usage"
|
||||
"${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" COPYONLY)
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|
||||
|
4
ports/bext-ut/usage
Normal file
4
ports/bext-ut/usage
Normal file
@ -0,0 +1,4 @@
|
||||
bext-ut provides CMake targets:
|
||||
|
||||
find_package(ut CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE Boost::ut)
|
@ -1,9 +1,8 @@
|
||||
{
|
||||
"name": "bext-ut",
|
||||
"version": "1.1.9",
|
||||
"port-version": 2,
|
||||
"description": "UT: C++20 μ(micro)/Unit Testing Framework",
|
||||
"homepage": "https://boost-ext.github.io/ut/",
|
||||
"version": "2.0.1",
|
||||
"description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.",
|
||||
"homepage": "https://github.com/boost-ext/ut",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "005d8801fa1f5a1ebb1e7927e9ab55816fe171c0",
|
||||
"version": "2.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a778eac38758ba4adaedb0098ee069c90ead7faa",
|
||||
"version": "1.1.9",
|
||||
|
@ -597,8 +597,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"bext-ut": {
|
||||
"baseline": "1.1.9",
|
||||
"port-version": 2
|
||||
"baseline": "2.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"bext-wintls": {
|
||||
"baseline": "0.9.7",
|
||||
|
Loading…
Reference in New Issue
Block a user