7 lines · plain
1set(CMAKE_SYSTEM_NAME "Android" CACHE STRING "")2 3# Set the CMake system version to "1" to inhibit CMake's built-in support for4# compiling using the Android NDK, which gets in the way when we're not using an5# NDK.6set(CMAKE_SYSTEM_VERSION "1" CACHE STRING "")7