diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-05-11 09:34:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 00:34:31 -0700 |
| commit | 42edfd6e40fa4fabdeacc52448c6094b7d2f6e0c (patch) | |
| tree | dea9266ee654f41817d14634255b8e3d713ad1e6 /ports | |
| parent | 822c2dde6a5aa452fd17f31c693b20a04304a171 (diff) | |
| download | vcpkg-42edfd6e40fa4fabdeacc52448c6094b7d2f6e0c.tar.gz vcpkg-42edfd6e40fa4fabdeacc52448c6094b7d2f6e0c.zip | |
[abseil] vcpkg_fixup_pkgconfig (#17774)
* pkgconf abseil
* version stuff
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/abseil/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/abseil/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake index 94a7673c0..bcb93b928 100644 --- a/ports/abseil/portfile.cmake +++ b/ports/abseil/portfile.cmake @@ -31,6 +31,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/absl TARGET_PATH share/absl)
+vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share
diff --git a/ports/abseil/vcpkg.json b/ports/abseil/vcpkg.json index aaf8773c4..8000413e7 100644 --- a/ports/abseil/vcpkg.json +++ b/ports/abseil/vcpkg.json @@ -1,6 +1,7 @@ { "name": "abseil", "version-date": "2021-03-24", + "port-version": 1, "description": [ "an open-source collection designed to augment the C++ standard library.", "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.", |
