Re: [CMake] CMake + Gradle for Android

2017-08-27 Thread Robert Dailey
I could probably do you one better, and just give you a stripped-down version of our repository. Basically, I'd remove all our C++ and Java source code but leave the CMake scripts and such intact somehow. It would take me some time to do this, though. Would this be helpful for you? In the meantime

[CMake] Debugging find_package() search behavior?

2017-08-27 Thread Robert Dailey
So I'm trying to get CMake to find a package, and it isn't finding it. I am setting CMAKE_PREFIX_PATH to try to get it to find it. Is there a way I can view the search paths & prefixes that CMake is using with each find_package() call? I tried enabling debug and trace output, but neither of these s