mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
[functions-framework-cpp] fixup package name (#31086)
This commit is contained in:
parent
cdc952976a
commit
a5d91f7d26
@ -19,7 +19,7 @@ vcpkg_cmake_configure(
|
||||
vcpkg_cmake_install(ADD_BIN_TO_PATH)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake)
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME functions_framework_cpp CONFIG_PATH lib/cmake/functions_framework_cpp)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "functions-framework-cpp",
|
||||
"version": "1.1.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "Functions Framework for C++.",
|
||||
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2650,7 +2650,7 @@
|
||||
},
|
||||
"functions-framework-cpp": {
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"fuzzylite": {
|
||||
"baseline": "6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e4ad257a93efebb34ffabde85fa4a548d5038706",
|
||||
"version": "1.1.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "61df7f37f44d59355e0ded6bb1241924a44143c8",
|
||||
"version": "1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user