[fastcgi] Remove vcpkg_fail_port_install. (#22732)

This used plain ALWAYS which is identical to `message(FATAL_ERROR`.

In support of https://github.com/microsoft/vcpkg/pull/21502
This commit is contained in:
Billy O'Neal 2022-01-24 02:19:47 -08:00 committed by GitHub
parent ecbe0b18e5
commit 33011049e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -62,7 +62,7 @@ elseif (VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX) # Build in UNIX
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()
else() # Other build system else() # Other build system
vcpkg_fail_port_install(ALWAYS) message(FATAL_ERROR "fastcgi only supports Windows, Linux, and MacOS.")
endif() endif()
# Handle copyright # Handle copyright

View File

@ -1,7 +1,7 @@
{ {
"name": "fastcgi", "name": "fastcgi",
"version-date": "2020-09-11", "version-date": "2020-09-11",
"port-version": 2, "port-version": 3,
"description": "The FastCGI interface combines the best aspects of CGI and vendor APIs. Like CGI, FastCGI applications run in separate, isolated processes.", "description": "The FastCGI interface combines the best aspects of CGI and vendor APIs. Like CGI, FastCGI applications run in separate, isolated processes.",
"homepage": "https://fastcgi-archives.github.io/" "homepage": "https://fastcgi-archives.github.io/"
} }

View File

@ -2110,7 +2110,7 @@
}, },
"fastcgi": { "fastcgi": {
"baseline": "2020-09-11", "baseline": "2020-09-11",
"port-version": 2 "port-version": 3
}, },
"fastfeat": { "fastfeat": {
"baseline": "391d5e9", "baseline": "391d5e9",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b3d35715764de0b692fb70742856d39b75bb625d",
"version-date": "2020-09-11",
"port-version": 3
},
{ {
"git-tree": "f99bded0b957390244bb1c1327dd84dbd5a43634", "git-tree": "f99bded0b957390244bb1c1327dd84dbd5a43634",
"version-date": "2020-09-11", "version-date": "2020-09-11",