https://github.com/Kitware/CMake
Raw File
Tip revision: 928571f3c25637ed7d38fb100b3966ce1e2ab51f authored by Brad King on 16 July 2024, 17:14:29 UTC
CMake 3.29.7
Tip revision: 928571f
CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst
CMAKE_ANDROID_NDK_DEPRECATED_HEADERS
------------------------------------

.. versionadded:: 3.9

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