mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[libical] no absolute paths (#21582)
This commit is contained in:
parent
32c401f868
commit
4a7855818a
@ -34,6 +34,7 @@ vcpkg_cmake_configure(
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME LibIcal CONFIG_PATH CONFIG_PATH lib/cmake/LibIcal)
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "libical",
|
||||
"version": "3.0.11",
|
||||
"port-version": 1,
|
||||
"description": "Reference implementation of the iCalendar data type and serialization format",
|
||||
"homepage": "https://github.com/libical/libical",
|
||||
"dependencies": [
|
||||
|
@ -3534,7 +3534,7 @@
|
||||
},
|
||||
"libical": {
|
||||
"baseline": "3.0.11",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libiconv": {
|
||||
"baseline": "1.16",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "409bb4044895d73c1af9720e1d77f8ef46eafb73",
|
||||
"version": "3.0.11",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f4ab3492c90b3d683702cacb90aaea839cfc3d8f",
|
||||
"version": "3.0.11",
|
||||
|
Loading…
x
Reference in New Issue
Block a user