diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-12 00:22:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:22:35 -0700 |
| commit | c379c527bd52816186a5faf92df7401ce8f861bf (patch) | |
| tree | 33e7dc32057f6482d4077c807f7decbaa9ecc878 /ports/matplotplusplus/portfile.cmake | |
| parent | 0fa821a46e7035ea790294b5ad7ace69ef56f9bd (diff) | |
| download | vcpkg-c379c527bd52816186a5faf92df7401ce8f861bf.tar.gz vcpkg-c379c527bd52816186a5faf92df7401ce8f861bf.zip | |
[matplotplusplus] Re-fix 3rd libraries installation (#18306)
* [matplotplusplus] Re-fix 3rd libraries installation.
* update version record
Diffstat (limited to 'ports/matplotplusplus/portfile.cmake')
| -rw-r--r-- | ports/matplotplusplus/portfile.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/matplotplusplus/portfile.cmake b/ports/matplotplusplus/portfile.cmake index a332d9210..21d805e5d 100644 --- a/ports/matplotplusplus/portfile.cmake +++ b/ports/matplotplusplus/portfile.cmake @@ -49,12 +49,12 @@ 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 + "${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++) -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) |
