mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:36:01 +08:00
[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:
parent
ecbe0b18e5
commit
33011049e0
@ -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
|
||||||
|
@ -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/"
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user