https://github.com/Kitware/CMake
Raw File
Tip revision: 25b72e9097260d1faf254155a1199886c808a58f authored by Brad King on 12 July 2017, 13:20:01 UTC
CMake 3.9.0-rc6
Tip revision: 25b72e9
CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst
CMAKE_ANDROID_NDK_DEPRECATED_HEADERS
------------------------------------

When :ref:`Cross Compiling for Android with the NDK`, this variable
may be set to specify whether to use the deprecated per-api-level
headers instead of the unified headers.

If not specified, the default will be *false* if using a NDK version
that provides the unified headers and *true* otherwise.
back to top