diff --git a/ports/functions-framework-cpp/portfile.cmake b/ports/functions-framework-cpp/portfile.cmake index 423b815a0040d9..3752d5fc5ebca2 100644 --- a/ports/functions-framework-cpp/portfile.cmake +++ b/ports/functions-framework-cpp/portfile.cmake @@ -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( diff --git a/ports/functions-framework-cpp/vcpkg.json b/ports/functions-framework-cpp/vcpkg.json index c4af411e8406e3..9056bd1641fc9b 100644 --- a/ports/functions-framework-cpp/vcpkg.json +++ b/ports/functions-framework-cpp/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index e51565f78e6531..205a9f19d5ce0a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2650,7 +2650,7 @@ }, "functions-framework-cpp": { "baseline": "1.1.0", - "port-version": 3 + "port-version": 4 }, "fuzzylite": { "baseline": "6.0", diff --git a/versions/f-/functions-framework-cpp.json b/versions/f-/functions-framework-cpp.json index 5c13848a96e9ee..238f1da57a9302 100644 --- a/versions/f-/functions-framework-cpp.json +++ b/versions/f-/functions-framework-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e4ad257a93efebb34ffabde85fa4a548d5038706", + "version": "1.1.0", + "port-version": 4 + }, { "git-tree": "61df7f37f44d59355e0ded6bb1241924a44143c8", "version": "1.1.0",