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

Multiple option values appear to be impossible #628

Open
rokups opened this issue Dec 31, 2024 · 2 comments
Open

Multiple option values appear to be impossible #628

rokups opened this issue Dec 31, 2024 · 2 comments

Comments

@rokups
Copy link
Contributor

rokups commented Dec 31, 2024

Please correct me if i am wrong, but it seems like OPTIONS is designed only for a simple KEY=VALUE case. Some cases require KEY=VALUE1;VALUE2;... configuration which is currently not possible. Is it possible to support such a usecase?

@Avus-c
Copy link
Contributor

Avus-c commented Jan 1, 2025

You can achieve this with some unconventional escaping :D

OPTIONS "BOOST_INCLUDE_LIBRARIES algorithm\\\;asio"

@rokups
Copy link
Contributor Author

rokups commented Jan 1, 2025

oh, perfect then! This should be documented in a very visible place 🙂

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

No branches or pull requests

2 participants