[functions-framework-cpp] fixup package name (#31086)

This commit is contained in:
Carlos O'Ryan 2023-05-01 19:10:56 -04:00 committed by GitHub
parent cdc952976a
commit a5d91f7d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -19,7 +19,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install(ADD_BIN_TO_PATH) vcpkg_cmake_install(ADD_BIN_TO_PATH)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") 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(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file( file(

View File

@ -1,7 +1,7 @@
{ {
"name": "functions-framework-cpp", "name": "functions-framework-cpp",
"version": "1.1.0", "version": "1.1.0",
"port-version": 3, "port-version": 4,
"description": "Functions Framework for C++.", "description": "Functions Framework for C++.",
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/", "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -2650,7 +2650,7 @@
}, },
"functions-framework-cpp": { "functions-framework-cpp": {
"baseline": "1.1.0", "baseline": "1.1.0",
"port-version": 3 "port-version": 4
}, },
"fuzzylite": { "fuzzylite": {
"baseline": "6.0", "baseline": "6.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e4ad257a93efebb34ffabde85fa4a548d5038706",
"version": "1.1.0",
"port-version": 4
},
{ {
"git-tree": "61df7f37f44d59355e0ded6bb1241924a44143c8", "git-tree": "61df7f37f44d59355e0ded6bb1241924a44143c8",
"version": "1.1.0", "version": "1.1.0",