AcademySoftwareFoundation / OpenRV

Open source version of RV, the Sci-Tech award-winning media review and playback software.
Other
550 stars 127 forks source link

Use autotools for PCRE2.cmake (Windows Only) #465

Closed cedrik-fuoco-adsk closed 1 month ago

cedrik-fuoco-adsk commented 1 month ago

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.