We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a project setup, with multiple dependencies, it is often the case that a define or a simple flags indicate how we want to build the project.
Therefore the user can assume that the flags setup in a parent project will be inherited in a child project( the original cmake behavior).
However this doesn't work at the moment in wkcmake, checked on linux with cmake 3.0.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a project setup, with multiple dependencies, it is often the case that a define or a simple flags indicate how we want to build the project.
Therefore the user can assume that the flags setup in a parent project will be inherited in a child project( the original cmake behavior).
However this doesn't work at the moment in wkcmake, checked on linux with cmake 3.0.0.
The text was updated successfully, but these errors were encountered: