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'
|
# Template file for 'abseil-cpp'
|
||||||
pkgname=abseil-cpp
|
pkgname=abseil-cpp
|
||||||
version=20240116.1
|
version=20240116.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
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"
|
hostmakedepends="pkg-config"
|
||||||
short_desc="Abseil common libraries"
|
short_desc="Abseil common libraries"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue