mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
[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:
parent
ba588a0615
commit
628076aeed
@ -3,21 +3,24 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO emil-e/rapidcheck
|
||||
REF 08b505857e32d52a20b2240b5125d937d67a6d86
|
||||
SHA512 d71d17354d2597a168be935e03b1330fc96ff12d6551b6bd34ef8f6c2ba69f7f9bff865afd6a6a59c48496bcc9ddf997b07112d80c761d909f7cd9ef93a7464b
|
||||
REF 1505cbbce733bde3b78042cf2e9309c0b7f227a2
|
||||
SHA512 4759f84ee71f08108e0ad61436c940e96f494816d6b0d1fda64d880a6cb2eaa54f6422fa2ae680564d8cb8bd52b3589a4a92bed9422077d9b1ee4ee874b6ef7e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DRC_INSTALL_ALL_EXTRAS=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH share/${PORT}/cmake)
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH "share/${PORT}/cmake")
|
||||
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")
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"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.",
|
||||
"homepage": "https://github.com/emil-e/rapidcheck",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -6641,7 +6641,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"rapidcheck": {
|
||||
"baseline": "2021-12-20",
|
||||
"baseline": "2023-01-13",
|
||||
"port-version": 0
|
||||
},
|
||||
"rapidcsv": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "877f68258111c56c800195acac48c034458933d4",
|
||||
"version-date": "2023-01-13",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "137241bc40d8475b70a28ce182e41cb6036f49d9",
|
||||
"version-date": "2021-12-20",
|
||||
|
Loading…
x
Reference in New Issue
Block a user