From 5068d34c08f951a7ea6257d305a1627b09a95817 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:55 +0200 Subject: Adding upstream version 0.11.1. Signed-off-by: Daniel Baumann --- cmake/Hunter/config.cmake | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cmake/Hunter/config.cmake (limited to 'cmake/Hunter/config.cmake') diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake new file mode 100644 index 0000000..f731b2d --- /dev/null +++ b/cmake/Hunter/config.cmake @@ -0,0 +1,14 @@ + +hunter_config( + libpcre + VERSION 8.41 + CMAKE_ARGS + EXTRA_FLAGS=--enable-unicode-properties --enable-jit --enable-utf +) + +hunter_config( + readline + VERSION 6.3 + CMAKE_ARGS + EXTRA_FLAGS=CFLAGS=-Wno-implicit-function-declaration +) -- cgit v1.2.3