diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-25 04:08:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:08:29 -0700 |
| commit | bf8d04a4990cb5413d3c7f62e2dbdd97a498130a (patch) | |
| tree | c2ac3951ccfa09d3ff6d2e994d614b2135019fe7 /ports/matplotplusplus/portfile.cmake | |
| parent | b011e655176e5c5428608029afc5d6a32ca0330e (diff) | |
| download | vcpkg-bf8d04a4990cb5413d3c7f62e2dbdd97a498130a.tar.gz vcpkg-bf8d04a4990cb5413d3c7f62e2dbdd97a498130a.zip | |
[matplotplusplus] Fix usage (#18583)
* [matplotplusplus] Fix usage
* update version record
* Remove rename code
* update version
Diffstat (limited to 'ports/matplotplusplus/portfile.cmake')
| -rw-r--r-- | ports/matplotplusplus/portfile.cmake | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ports/matplotplusplus/portfile.cmake b/ports/matplotplusplus/portfile.cmake index 21d805e5d..8755fc8f2 100644 --- a/ports/matplotplusplus/portfile.cmake +++ b/ports/matplotplusplus/portfile.cmake @@ -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") |
