diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-05-28 19:00:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 10:00:20 -0700 |
| commit | 0de461216d66a4d5ca1870254e27258a66f6e361 (patch) | |
| tree | 963314c8051cb74a061075b20f26aec6fd8a8952 /ports/curl | |
| parent | 9d7244f2f6a4f6a34c4e0b3ecbf391323e379a43 (diff) | |
| download | vcpkg-0de461216d66a4d5ca1870254e27258a66f6e361.tar.gz vcpkg-0de461216d66a4d5ca1870254e27258a66f6e361.zip | |
[vcpkg.cmake] Cleanup every special case in the find_package override (#18047)
* move boost out of the toolchain
* move icu out of the toolchain
* remove CURL from the toolchain (was already unreachable?)
* remove gsl from toolchain
* remove grpc from toolchain
* version stuff
* fix indent and missing endif()
* version stuff
* Revert changes to vcpkg.cmake
* push port version
* version stuff
Diffstat (limited to 'ports/curl')
| -rw-r--r-- | ports/curl/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/curl/vcpkg.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake index 21e813ab0..3512adeaf 100644 --- a/ports/curl/portfile.cmake +++ b/ports/curl/portfile.cmake @@ -145,5 +145,5 @@ endif() vcpkg_fixup_pkgconfig() -file(INSTALL ${CURRENT_PORT_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) +file(INSTALL "${CURRENT_PORT_DIR}/vcpkg-cmake-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/curl/vcpkg.json b/ports/curl/vcpkg.json index e34124382..6efa34f0f 100644 --- a/ports/curl/vcpkg.json +++ b/ports/curl/vcpkg.json @@ -1,7 +1,7 @@ { "name": "curl", "version": "7.74.0", - "port-version": 6, + "port-version": 7, "description": "A library for transferring data with URLs", "homepage": "https://github.com/curl/curl", "dependencies": [ |
