Skip to content

Commit

Permalink
[abseil] always static library
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 25, 2024
1 parent 9f6df40 commit 713c649
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/abseil/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
Expand Down
1 change: 1 addition & 0 deletions ports/abseil/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "abseil",
"version": "20240722.0",
"port-version": 1,
"description": [
"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.",
"In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/abseil.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79260d2bf97829fbddc6d56e86f8c1b51b9ab5f9",
"version": "20240722.0",
"port-version": 1
},
{
"git-tree": "8b76b57b1d295b2fc05e9ed754af745f26ec4c02",
"version": "20240722.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default": {
"abseil": {
"baseline": "20240722.0",
"port-version": 0
"port-version": 1
},
"apple-crypto": {
"baseline": "3.0.0",
Expand Down

0 comments on commit 713c649

Please sign in to comment.