mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[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:
parent
47a7913e51
commit
2b63910329
@ -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
|
||||
|
@ -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>"
|
||||
|
@ -8166,7 +8166,7 @@
|
||||
},
|
||||
"status-code": {
|
||||
"baseline": "2023-11-06",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"status-value-lite": {
|
||||
"baseline": "1.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e0ce8f71e6eb79014ecd92a629a245a1a25870cc",
|
||||
"version-date": "2023-11-06",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "dca3b484e4be516afae962ee6760d3eef5eb4779",
|
||||
"version-date": "2023-11-06",
|
||||
|
Loading…
Reference in New Issue
Block a user