mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:28:26 +08:00
[krb5] fix single config builds (#42727)
This commit is contained in:
parent
2193822361
commit
e1f8cf71b2
@ -51,7 +51,7 @@ if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
|||||||
)
|
)
|
||||||
vcpkg_copy_tools(
|
vcpkg_copy_tools(
|
||||||
TOOL_NAMES ${tools}
|
TOOL_NAMES ${tools}
|
||||||
DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin"
|
DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin"
|
||||||
AUTO_CLEAN
|
AUTO_CLEAN
|
||||||
)
|
)
|
||||||
foreach(tool_name ${tools})
|
foreach(tool_name ${tools})
|
||||||
@ -112,4 +112,8 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(VCPKG_BUILD_TYPE)
|
||||||
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||||
|
endif()
|
||||||
|
|
||||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/NOTICE")
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/NOTICE")
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||||
"name": "krb5",
|
"name": "krb5",
|
||||||
"version": "1.21.3",
|
"version": "1.21.3",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": [
|
"description": [
|
||||||
"Kerberos is a network authentication protocol.",
|
"Kerberos is a network authentication protocol.",
|
||||||
"It is designed to provide strong authentication for client/server applications by using secret-key cryptography.",
|
"It is designed to provide strong authentication for client/server applications by using secret-key cryptography.",
|
||||||
@ -11,5 +11,11 @@
|
|||||||
],
|
],
|
||||||
"homepage": "https://web.mit.edu/kerberos/",
|
"homepage": "https://web.mit.edu/kerberos/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"supports": "linux | osx | (x64 & windows & !static & !uwp)"
|
"supports": "linux | osx | (x64 & windows & !static & !uwp)",
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "vcpkg-cmake",
|
||||||
|
"host": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -4162,7 +4162,7 @@
|
|||||||
},
|
},
|
||||||
"krb5": {
|
"krb5": {
|
||||||
"baseline": "1.21.3",
|
"baseline": "1.21.3",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"ktx": {
|
"ktx": {
|
||||||
"baseline": "4.3.2",
|
"baseline": "4.3.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "4c78cbc89d3f5b368745e022b8d284f551c57d70",
|
||||||
|
"version": "1.21.3",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "def378059ffb932bf5f4ff18235b2d136893090e",
|
"git-tree": "def378059ffb932bf5f4ff18235b2d136893090e",
|
||||||
"version": "1.21.3",
|
"version": "1.21.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user