cmake/Help/variable/CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst

12 lines
398 B
ReStructuredText
Raw Normal View History

2017-07-20 19:35:53 +02:00
CMAKE_ANDROID_NDK_DEPRECATED_HEADERS
------------------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.9
2017-07-20 19:35:53 +02:00
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.