summaryrefslogtreecommitdiffstats
path: root/cmake/Hunter/config.cmake
blob: f731b2d92ed480c002616787c7d13c13ab79b094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
)