Skip to content

Change library type #31

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

Merged
merged 2 commits into from
May 5, 2020
Merged

Change library type #31

merged 2 commits into from
May 5, 2020

Conversation

BrennanConroy
Copy link
Member

If no type is given explicitly the type is STATIC or SHARED based on whether the current value of the variable BUILD_SHARED_LIBS is ON.

@halter73
Copy link
Member

halter73 commented May 1, 2020

So if I don't have the BUILD_SHARED_LIBS environment variable set to ON, it will now build a .lib instead of a .dll? Do we think that static linking will be more common than dynamic linking?

@BrennanConroy
Copy link
Member Author

True, I think .dll is better for a default. I'll fix that.

@BrennanConroy BrennanConroy merged commit c25bb4f into master May 5, 2020
@BrennanConroy BrennanConroy deleted the brecon/library branch May 5, 2020 00:40
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.

2 participants