[status-code] Disable building of tests (#35265)

`status-code`'s test code makes use of `std::is_literal_type` which has
been removed in C++20. Therefore compiling the tests may fail for some
compiler toolchains.
This commit is contained in:
Henrik Gaßmann 2023-11-22 23:30:27 +01:00 committed by GitHub
parent 47a7913e51
commit 2b63910329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,7 @@ set(VCPKG_BUILD_TYPE release)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
-Dstatus-code_IS_DEPENDENCY=ON
-DCMAKE_DISABLE_FIND_PACKAGE_Boost=ON
MAYBE_UNUSED_VARIABLES

View File

@ -1,6 +1,7 @@
{
"name": "status-code",
"version-date": "2023-11-06",
"port-version": 1,
"maintainers": [
"Niall Douglas <s_github@nedprod.com>",
"Henrik Gaßmann <henrik@gassmann.onl>"

View File

@ -8166,7 +8166,7 @@
},
"status-code": {
"baseline": "2023-11-06",
"port-version": 0
"port-version": 1
},
"status-value-lite": {
"baseline": "1.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e0ce8f71e6eb79014ecd92a629a245a1a25870cc",
"version-date": "2023-11-06",
"port-version": 1
},
{
"git-tree": "dca3b484e4be516afae962ee6760d3eef5eb4779",
"version-date": "2023-11-06",