mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
9 lines
244 B
ReStructuredText
9 lines
244 B
ReStructuredText
CMAKE_ANDROID_ARM_NEON
|
|
----------------------
|
|
|
|
.. versionadded:: 3.7
|
|
|
|
When :ref:`Cross Compiling for Android` and :variable:`CMAKE_ANDROID_ARCH_ABI`
|
|
is set to ``armeabi-v7a`` set ``CMAKE_ANDROID_ARM_NEON`` to ``ON`` to target
|
|
ARM NEON devices.
|