1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-27 05:28:35 +03:00
lnav/cmake/Hunter/config.cmake

15 lines
256 B
CMake
Raw Normal View History

2019-07-16 09:04:31 +03:00
hunter_config(
libpcre
VERSION 8.41
CMAKE_ARGS
EXTRA_FLAGS=--enable-unicode-properties --enable-jit --enable-utf
)
2021-03-28 23:50:26 +03:00
hunter_config(
readline
VERSION 6.3
CMAKE_ARGS
EXTRA_FLAGS=CFLAGS=-Wno-implicit-function-declaration
)