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

Avoid exporting compile options #495

Closed
wants to merge 2 commits into from
Closed

Avoid exporting compile options #495

wants to merge 2 commits into from

Conversation

ken-matsui
Copy link

@ken-matsui ken-matsui commented Mar 10, 2022

Problem:

  • The ut (aliased as Boost::ut) target exports compile options as INTERFACE, but it mostly does not need. (this is also pointed out as FIXME)
  • However, it seems that tests, examples, and benchmarks want to use the options.

Solution:

  • Delete compile options for the interface ut.
  • Add compile options for targets of tests, examples, and benchmarks as PRIVATE.

Issue: #

Reviewers:
@

@ken-matsui
Copy link
Author

Hi @krzysztof-jusiak,
Could you please review my PR at your convenience?

@ken-matsui ken-matsui closed this Jan 30, 2023
@ken-matsui ken-matsui deleted the avoid-exporting-compile-options branch January 30, 2023 02:22
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