diff options
author | Brad King <brad.king@kitware.com> | 2016-11-18 14:58:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-18 14:58:24 (GMT) |
commit | 78db709062e83f862d97db960f5840404f48266e (patch) | |
tree | 4aa100e87261b469f51f3ebfcb6fa8541bb02266 /Help | |
parent | e3cd5599a21a122f58787bf56b1f98e7722bae65 (diff) | |
download | CMake-78db709062e83f862d97db960f5840404f48266e.zip CMake-78db709062e83f862d97db960f5840404f48266e.tar.gz CMake-78db709062e83f862d97db960f5840404f48266e.tar.bz2 |
Help: Drop release notes for backported Android variables
These do not need to be called out in the 3.7 release notes because
they are part of the new Android support feature already covered.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/android-info-variables.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Help/release/dev/android-info-variables.rst b/Help/release/dev/android-info-variables.rst deleted file mode 100644 index e173342..0000000 --- a/Help/release/dev/android-info-variables.rst +++ /dev/null @@ -1,15 +0,0 @@ -android-info-variables ----------------------- - -* When :ref:`Cross Compiling for Android`, a new - :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE` variable is - now set to indicate the binutils' machine name. - -* When :ref:`Cross Compiling for Android with the NDK`, the - :variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION` variable is - now set by CMake if it is not set by the user or toolchain file. - -* When :ref:`Cross Compiling for Android with the NDK`, a new - :variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG` variable is - now set by CMake to expose the host directory component of the - path to the NDK prebuilt toolchains. |