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
For several libraries (those split into regular/compressed and full for mixed references builds), there exists a pattern to declare one (regular lib) or two versions (regular/compressed and full) of the library depending on OMR_MIXED_REFERENCES_MODE_STATIC.
Since this pattern exists in many CMake files, it would be cleaner to write a function to encapsulate the splitting.
Proposed in #11662 (comment).
For several libraries (those split into regular/compressed and full for mixed references builds), there exists a pattern to declare one (regular lib) or two versions (regular/compressed and full) of the library depending on
OMR_MIXED_REFERENCES_MODE_STATIC
.Since this pattern exists in many CMake files, it would be cleaner to write a function to encapsulate the splitting.
More mixed builds discussion: #8878.
The text was updated successfully, but these errors were encountered: