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

Allow building static libs with CMake #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JonnyPtn
Copy link

@JonnyPtn JonnyPtn commented Aug 4, 2021

Currently you're forced to build a static lib because it's added with the STATIC keyword

Cmake has a built in option users can set to build shared/static called BUILD_SHARED_LIBS so it would be good to allow users to decide themselves what to do

To avoid potentially breaking changes I've also added it as an option to the Optick script as the CMake default is to build static

@JonnyPtn
Copy link
Author

JonnyPtn commented Jul 4, 2022

Any updates on this? It offers extra functionality without breaking anything existing so hopefully there are no objections

@JonnyPtn
Copy link
Author

@bombomby is this likely to be merged or not?

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

Successfully merging this pull request may close these issues.

None yet

1 participant