build: SG-42407: Replace autotools with CMake for PCRE2 and atomic_ops#1196
Open
cedrik-fuoco-adsk wants to merge 1 commit intoAcademySoftwareFoundation:mainfrom
Conversation
c6bd46b to
775ea10
Compare
PCRE2: Switch from autotools to CMake-based ExternalProject_Add. Update library naming from MinGW format to MSVC format. Handle PCRE2's internal debug postfix 'd' for Debug builds. Use RV_ADD_IMPORTED_LIBRARY and RV_STAGE_DEPENDENCY_LIBS macros. Atomic Ops: Use CMake build on all platforms, removing the autotools path (sh/autogen.sh, sh/configure, make). Use portable library naming via CMAKE_STATIC_LIBRARY_PREFIX/SUFFIX. Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
775ea10 to
6adb2ee
Compare
bernie-laberge
approved these changes
Mar 11, 2026
eloisebrosseau
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SG-42407: Replace autotools with CMake for PCRE2 and atomic_ops
Linked issues
n/a
Summarize your change.
Moved both atomic_ops and PCRE2 to CMake because both dependencies support it.
Describe the reason for the change.
Another step to move out of MSYS2 on windows and streamlined all dependencies.
Describe what you have tested and on which operating system.
MacOS, CI
Add a list of changes, and note any that might need special attention during the review.
If possible, provide screenshots.