Skip to content

Commit

Permalink
[matplotplusplus] Fix usage (#18583)
Browse files Browse the repository at this point in the history
* [matplotplusplus] Fix usage

* update version record

* Remove rename code

* update version
  • Loading branch information
JackBoosY authored Jun 24, 2021
1 parent b011e65 commit bf8d04a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
7 changes: 1 addition & 6 deletions ports/matplotplusplus/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ vcpkg_cmake_install()

vcpkg_copy_pdbs()

file(RENAME
"${CURRENT_PACKAGES_DIR}/lib/cmake/Matplot++/matplot++-config.cmake"
"${CURRENT_PACKAGES_DIR}/lib/cmake/Matplot++/Matplot++-config.cmake"
)

vcpkg_cmake_config_fixup(PACKAGE_NAME Matplot++ CONFIG_PATH lib/cmake/Matplot++)
vcpkg_cmake_config_fixup(PACKAGE_NAME matplot++ CONFIG_PATH lib/cmake/Matplot++)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")

Expand Down
2 changes: 1 addition & 1 deletion ports/matplotplusplus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "matplotplusplus",
"version-date": "2021-04-11",
"port-version": 3,
"port-version": 4,
"description": "A C++ graphics library for data visualization",
"homepage": "https://alandefreitas.github.io/matplotplusplus/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3922,7 +3922,7 @@
},
"matplotplusplus": {
"baseline": "2021-04-11",
"port-version": 3
"port-version": 4
},
"matroska": {
"baseline": "1.6.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/matplotplusplus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ee89d0f23b11e362fb9e65670377c47b35ffea6c",
"version-date": "2021-04-11",
"port-version": 4
},
{
"git-tree": "e60b72bfb17b3263a7ee1e056af221991f5c7d69",
"version-date": "2021-04-11",
Expand Down

0 comments on commit bf8d04a

Please sign in to comment.