#libpcre
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. Home page http://www.pcre.org.
cmake -B build -DBUILD_SHARED_LIBS=ON
cmake --build build
-- Install prefix .................. : /usr/local
-- C compiler ...................... : /usr/bin/cc
-- C++ compiler .................... : /usr/bin/c++
-- C compiler flags ................ :
-- C++ compiler flags .............. :
--
-- Build 8 bit PCRE library ........ : ON
-- Build 16 bit PCRE library ....... : OFF
-- Build 32 bit PCRE library ....... : OFF
-- Build C++ library ............... : ON
-- Enable JIT compiling support .... : OFF
-- Enable UTF support .............. : OFF
-- Unicode properties .............. : OFF
-- Newline char/sequence ........... : LF
-- \R matches only ANYCRLF ......... : OFF
-- EBCDIC coding ................... : OFF
-- EBCDIC coding with NL=0x25 ...... : OFF
-- Rebuild char tables ............. : OFF
-- No stack recursion .............. : OFF
-- POSIX mem threshold ............. : 10
-- Internal link size .............. : 2
-- Parentheses nest limit .......... : 250
-- Match limit ..................... : 10000000
-- Match limit recursion ........... : MATCH_LIMIT
-- Build shared libs ............... : ON
-- Build static libs ............... : OFF
-- Build pcregrep .................. : ON
-- Enable JIT in pcregrep .......... : ON
-- Buffer size for pcregrep ........ : 20480
-- Build tests (implies pcretest .. : ON
-- and pcregrep)
-- Link pcregrep with libz ......... : ON
-- Link pcregrep with libbz2 ....... : ON
-- Link pcretest with libeditline .. : Library not found
-- Link pcretest with libreadline .. : ON
-- Support Valgrind .................: OFF
-- Support coverage .................: