gradle-cmake-plugin icon indicating copy to clipboard operation
gradle-cmake-plugin copied to clipboard

buildConfig doesn't work

Open mikehearn opened this issue 3 years ago • 3 comments

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?

mikehearn avatar Sep 21 '21 15:09 mikehearn

For reference, this appears to be a duplicate of #1, with it's PR #2

shearer12345 avatar Jan 24 '22 11:01 shearer12345

You can get an unofficial build for as i explain in #4 if this is still relevant to you two :)

KitsuneAlex avatar May 17 '22 23:05 KitsuneAlex

My updated fork is now available via Maven too, check it out :)

KitsuneAlex avatar May 18 '22 18:05 KitsuneAlex