frozen: disable building test

This commit is contained in:
Đoàn Trần Công Danh 2023-08-30 13:28:02 +07:00
parent bd6ba85227
commit 0a5893cd22

View file

@ -3,7 +3,8 @@ pkgname=frozen
version=1.1.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=ON"
# broken with gcc 12.2, works with 12.3
# configure_args="-DBUILD_TESTING=ON"
short_desc="Header-only, constexpr alternative to gperf for C++14 users"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="Apache-2.0"