You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use autotools for PCRE2.cmake (Windows Only) (#465)
### Use autotools for PCRE2.cmake (Windows Only)
### Linked issues
#462
### Summarize your change.
Changing back to autotools instead of CMake for PCRE2.
### Describe the reason for the change.
A few weeks ago, I changed the build for PCRE2 to use CMake instead of
autotools, but it seems like it is causing some issue on some Windows
setups from the community.
This is the same code as before the changes to CMake.
### Describe what you have tested and on which operating system.
Windows
### Add a list of changes, and note any that might need special
attention during the review.
### If possible, provide screenshots.
Signed-off-by: Cédrik Fuoco <[email protected]>
0 commit comments