summaryrefslogtreecommitdiffstats
path: root/cmake/Hunter/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Hunter/config.cmake')
-rw-r--r--cmake/Hunter/config.cmake14
1 files changed, 14 insertions, 0 deletions
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
+)