diff options
author | Brad King <brad.king@kitware.com> | 2016-11-11 19:50:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-18 15:02:57 (GMT) |
commit | 236d6244a0f44fbe0f50f16fb259a3817ce463c4 (patch) | |
tree | b9131b504a35579285c5f43e302e19bd9468a043 /Help/manual/cmake-toolchains.7.rst | |
parent | 5cfc2e926af645840c6a0464451af18f08528879 (diff) | |
download | CMake-236d6244a0f44fbe0f50f16fb259a3817ce463c4.zip CMake-236d6244a0f44fbe0f50f16fb259a3817ce463c4.tar.gz CMake-236d6244a0f44fbe0f50f16fb259a3817ce463c4.tar.bz2 |
Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION
When this variable is not set by the user or toolchain file, set it to
the default selected. This will be useful for client code that needs to
pass the value to an external tool that needs to find the same toolchain
in the NDK. Leave it empty for a standalone toolchain.
Suggested-by: Ruslan Baratov <ruslan_baratov@yahoo.com>
Diffstat (limited to 'Help/manual/cmake-toolchains.7.rst')
-rw-r--r-- | Help/manual/cmake-toolchains.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-toolchains.7.rst b/Help/manual/cmake-toolchains.7.rst index 74eab2d..64abe9a 100644 --- a/Help/manual/cmake-toolchains.7.rst +++ b/Help/manual/cmake-toolchains.7.rst @@ -387,7 +387,7 @@ Configure use of an Android NDK with the following variables: :variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION` Set to the version of the NDK toolchain to be selected as the compiler. - If not specified, the latest available GCC toolchain will be used. + If not specified, the default will be the latest available GCC toolchain. :variable:`CMAKE_ANDROID_STL_TYPE` Set to specify which C++ standard library to use. If not specified, |