mirror of
https://github.com/PCRE2Project/pcre2.git
synced 2025-10-15 03:38:32 +08:00

Additionally, I have attempted to clean up some CMake issues to make the package's build interface cleaner, in particular, avoiding polluting the parent directory's include path with our config.h file (if PCRE2 is being included as a subdirectory). This re-adds changes from Theodore's commit:def175f4a9
and partially reverts changes from Carlo's commit:92d56a1f7c
--------- Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>