diff options
author | Brad King <brad.king@kitware.com> | 2018-08-30 13:14:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-08-30 13:14:32 (GMT) |
commit | 14553ab64b73b52e256f75c6aa5e9c3cdbb2eba6 (patch) | |
tree | 047298fc299d2972e08556a77300314348b2ef4e /Help/variable | |
parent | e04a023eabc9ec309d002a9acd887d79f65d4b84 (diff) | |
parent | ca97d4cb5f5872fb63b36a09fff6ee865bbcbb23 (diff) | |
download | CMake-14553ab64b73b52e256f75c6aa5e9c3cdbb2eba6.zip CMake-14553ab64b73b52e256f75c6aa5e9c3cdbb2eba6.tar.gz CMake-14553ab64b73b52e256f75c6aa5e9c3cdbb2eba6.tar.bz2 |
Merge topic 'android-ndk-r18'
ca97d4cb5f Android: Add support for NDK r18
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2319
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_ANDROID_STL_TYPE.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_ANDROID_STL_TYPE.rst b/Help/variable/CMAKE_ANDROID_STL_TYPE.rst index cfb76aa..d174575 100644 --- a/Help/variable/CMAKE_ANDROID_STL_TYPE.rst +++ b/Help/variable/CMAKE_ANDROID_STL_TYPE.rst @@ -30,7 +30,8 @@ set to specify the STL variant to be used. The value may be one of: ``stlport_shared`` STLport Shared -The default value is ``gnustl_static``. Note that this default differs from +The default value is ``gnustl_static`` on NDK versions that provide it +and otherwise ``c++_static``. Note that this default differs from the native NDK build system because CMake may be used to build projects for Android that are not natively implemented for it and use the C++ standard library. |