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

How to require boost package in header-only mode #4041

Open
19317362 opened this issue May 8, 2024 · 3 comments
Open

How to require boost package in header-only mode #4041

19317362 opened this issue May 8, 2024 · 3 comments

Comments

@19317362
Copy link

19317362 commented May 8, 2024

Is your feature request related to a problem? Please describe.

We use boost in header-only mode. The components needs to be built will never be used.
I've tried use xmake require --info boost to list the info. And find only "filesystem" is default to true.
So, I use like this

add_requires("boost", {configs = {filesystem = false}})

Describe the solution you'd like

We can add boost without building.

Describe alternatives you've considered

No response

Additional context

No response

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: How to require boost package in header-only mode

@waruqi
Copy link
Member

waruqi commented May 8, 2024

you can open a pr and add config headeronly

@waruqi waruqi transferred this issue from xmake-io/xmake May 16, 2024
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: How to require boost package in header-only mode

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

3 participants