cmake/Help/variable/CMAKE_ANDROID_ARM_MODE.rst

10 lines
363 B
ReStructuredText
Raw Normal View History

2016-10-30 18:24:19 +01:00
CMAKE_ANDROID_ARM_MODE
----------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.7
2016-10-30 18:24:19 +01:00
When :ref:`Cross Compiling for Android` and :variable:`CMAKE_ANDROID_ARCH_ABI`
is set to one of the ``armeabi`` architectures, set ``CMAKE_ANDROID_ARM_MODE``
to ``ON`` to target 32-bit ARM processors (``-marm``). Otherwise, the
default is to target the 16-bit Thumb processors (``-mthumb``).