-
Notifications
You must be signed in to change notification settings - Fork 125
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
Support for passing to CMake any random string #27
Comments
Seems reasonable to me! Would you be interested in sending a PR? |
I could do that. |
Yeah |
I think that this use-case is covered by either
In particular, I am able to use |
Very nice of me suggesting I am committing to implement it and then not doing it. |
Currently, the crate limits the user on what kind of options he can pass to
CMake
.I am trying to pass
-C path/to/a/cmake/script.cmake
(it's a script that speeds-up build-times, I use it for all cmake projects) and it is just impossible to do that with the current API.I think there should be an option where the user can pass flags himself, whatever he wants.
The text was updated successfully, but these errors were encountered: