Closed MajorMurphy closed 2 months ago
Please disregard.
I was using v0.8.0.
v0.9.0 works fine with NDK 27
For the record CMP0057 was introduced in CMake 3.3, we are currently targeting CMake 3.13
ref: https://cmake.org/cmake/help/latest/policy/CMP0057.html
Compiling with Android NDK 27 failed with the following error:
(Still compiled successfully with NDK 25)
NDK 27 error is now fixed with:
cmake_policy(SET CMP0057 NEW)