aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/apib/files/patch-test_CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/apib: the port had been updated (+)Alexey Dokuchaev2021-07-041-0/+39
- Belatedly update to version 1.2.1 and sync port description - Builds with CMake now and uses modern libraries instead of the Apache Portable Runtime (devel/apr1) - While upstream asks for C++11, force C++17 because that's how Abseil C++ libraries are currently built, otherwise it won't link due to ABI incompatibilities - Hook two provided tests to our framework (USES+=cmake:testing)