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

Explicit Private for target_link_libraries #107

Merged
merged 1 commit into from
Aug 23, 2023
Merged

Explicit Private for target_link_libraries #107

merged 1 commit into from
Aug 23, 2023

Conversation

waahm7
Copy link
Contributor

@waahm7 waahm7 commented Aug 23, 2023

Description of changes:

  • The target_link_libraries should be either all-keyworded or non-keyworded. For non-keyworded configurations, there is no default, and it can be either PUBLIC or PRIVATE, depending on various configurations. So, explicitly make it private.

Source: https://cmake.org/pipermail/cmake/2016-May/063400.html

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@waahm7 waahm7 merged commit 08f24e3 into main Aug 23, 2023
30 checks passed
@waahm7 waahm7 deleted the fix-target-link branch August 23, 2023 22:55
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