Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CMake function to clean up declaring regular/full libraries for mixed builds #11764

Open
sharon-wang opened this issue Jan 25, 2021 · 0 comments

Comments

@sharon-wang
Copy link
Contributor

sharon-wang commented Jan 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants