How does Gradle run the cmake build step (and how ...
# android
j
How does Gradle run the cmake build step (and how does it decides whether it should be done or not)? It works when I have a trivial CMakeLists.txt that builds a library, but I'm trying now with a superbuild (so the root CMakeLists.txt only calls a bunch of ExternalProject_Add), and there it only runs (successfully) the configure step.