Skip to content

Commit

Permalink
[functions-framework-cpp] fixup package name (microsoft#31086)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored May 1, 2023
1 parent cdc9529 commit a5d91f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/functions-framework-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion ports/functions-framework-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,7 @@
},
"functions-framework-cpp": {
"baseline": "1.1.0",
"port-version": 3
"port-version": 4
},
"fuzzylite": {
"baseline": "6.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/functions-framework-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e4ad257a93efebb34ffabde85fa4a548d5038706",
"version": "1.1.0",
"port-version": 4
},
{
"git-tree": "61df7f37f44d59355e0ded6bb1241924a44143c8",
"version": "1.1.0",
Expand Down

0 comments on commit a5d91f7

Please sign in to comment.