mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
abseil-cpp: use C++17
This commit is contained in:
parent
1091de7911
commit
bb8a89a5b3
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'abseil-cpp'
|
||||
pkgname=abseil-cpp
|
||||
version=20240116.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON -DABSL_PROPAGATE_CXX_STD=ON"
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON -DABSL_PROPAGATE_CXX_STD=ON
|
||||
-DCMAKE_CXX_STANDARD=17"
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Abseil common libraries"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
|
|
Loading…
Add table
Reference in a new issue