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
I think the logic is bad on this line:
https://github.com/freudi74/gradle-cmake-plugin/blob/master/src/main/java/net/freudasoft/CMakeBuildTask.java#L80
It's saying to add the flag if the property is NOT present, which is wrong. It should be added if the property IS present, surely?
The text was updated successfully, but these errors were encountered:
For reference, this appears to be a duplicate of #1, with it's PR #2
Sorry, something went wrong.
You can get an unofficial build for as i explain in #4 if this is still relevant to you two :)
My updated fork is now available via Maven too, check it out :)
No branches or pull requests
I think the logic is bad on this line:
https://github.com/freudi74/gradle-cmake-plugin/blob/master/src/main/java/net/freudasoft/CMakeBuildTask.java#L80
It's saying to add the flag if the property is NOT present, which is wrong. It should be added if the property IS present, surely?
The text was updated successfully, but these errors were encountered: