mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
398 B
ReStructuredText
12 lines
398 B
ReStructuredText
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.
|