[rapidcheck] Update to 2023-01-13 (#29436)

* Updated rapidcheck to 2023-01-13.

* Updated version files.

* Add license note and quotes.

* Forgot to fix version DB :)

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
Adrian Bibby Walther 2023-02-03 23:21:16 +01:00 committed by GitHub
parent ba588a0615
commit 628076aeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 8 deletions

View File

@ -3,21 +3,24 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO emil-e/rapidcheck REPO emil-e/rapidcheck
REF 08b505857e32d52a20b2240b5125d937d67a6d86 REF 1505cbbce733bde3b78042cf2e9309c0b7f227a2
SHA512 d71d17354d2597a168be935e03b1330fc96ff12d6551b6bd34ef8f6c2ba69f7f9bff865afd6a6a59c48496bcc9ddf997b07112d80c761d909f7cd9ef93a7464b SHA512 4759f84ee71f08108e0ad61436c940e96f494816d6b0d1fda64d880a6cb2eaa54f6422fa2ae680564d8cb8bd52b3589a4a92bed9422077d9b1ee4ee874b6ef7e
HEAD_REF master HEAD_REF master
) )
vcpkg_cmake_configure( vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH} SOURCE_PATH "${SOURCE_PATH}"
OPTIONS OPTIONS
-DRC_INSTALL_ALL_EXTRAS=ON -DRC_INSTALL_ALL_EXTRAS=ON
) )
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH share/${PORT}/cmake) vcpkg_cmake_config_fixup(CONFIG_PATH "share/${PORT}/cmake")
vcpkg_copy_pdbs() vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"
"${CURRENT_PACKAGES_DIR}/debug/share"
)
configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

View File

@ -1,8 +1,9 @@
{ {
"name": "rapidcheck", "name": "rapidcheck",
"version-date": "2021-12-20", "version-date": "2023-01-13",
"description": "A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.", "description": "A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.",
"homepage": "https://github.com/emil-e/rapidcheck", "homepage": "https://github.com/emil-e/rapidcheck",
"license": "BSD-2-Clause",
"dependencies": [ "dependencies": [
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",

View File

@ -6641,7 +6641,7 @@
"port-version": 1 "port-version": 1
}, },
"rapidcheck": { "rapidcheck": {
"baseline": "2021-12-20", "baseline": "2023-01-13",
"port-version": 0 "port-version": 0
}, },
"rapidcsv": { "rapidcsv": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "877f68258111c56c800195acac48c034458933d4",
"version-date": "2023-01-13",
"port-version": 0
},
{ {
"git-tree": "137241bc40d8475b70a28ce182e41cb6036f49d9", "git-tree": "137241bc40d8475b70a28ce182e41cb6036f49d9",
"version-date": "2021-12-20", "version-date": "2021-12-20",