fixed #10610 - added support for PCRE2#8382
Conversation
engine to rule XML to specify regex engine
cmake/findDependencies.cmake
Outdated
| @@ -32,7 +32,13 @@ if(HAVE_RULES) | |||
| find_path(PCRE_INCLUDE pcre.h) | |||
There was a problem hiding this comment.
Do you still need pcre.h if you are using pcre2.h ? I'm trying to build with CMake on Debian Trixie, for which libpcre3-dev is not available, and the build still fails because CMake cannot detect pcre.h
There was a problem hiding this comment.
Do you still need pcre.h if you are using pcre2.h ?
No.
This is still WIP. I have not added build options separating PCRE from PCRE2 yet.
|
|
Looking almost good with |
Hence it still being a draft. 🙂 |



No description provided.