diff options
author | Brad King <brad.king@kitware.com> | 2019-01-11 12:43:02 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-01-11 12:43:57 (GMT) |
commit | 9143627c93aaa3fadd54aabaf662918e8f882c6a (patch) | |
tree | 013f9175a7a4d266c7c615b78aa8a0db220303af /Help | |
parent | 003759ba0da49dfa35bccfc1c4432e4ec935cd86 (diff) | |
parent | 9922e70b1ac308a74bbd3aeceb4cc0406b12f55b (diff) | |
download | CMake-9143627c93aaa3fadd54aabaf662918e8f882c6a.zip CMake-9143627c93aaa3fadd54aabaf662918e8f882c6a.tar.gz CMake-9143627c93aaa3fadd54aabaf662918e8f882c6a.tar.bz2 |
Merge topic 'doc-roff-fix'
9922e70b1a Help: Prevent .so from being treated as a roff macro
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2756
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst b/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst index bc67380..d0cd29d 100644 --- a/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst +++ b/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst @@ -1,8 +1,8 @@ ANDROID_NATIVE_LIB_DIRECTORIES ------------------------------ -Set the Android property that specifies directories to search for the -.so libraries. +Set the Android property that specifies directories to search for the ``.so`` +libraries. This a string property that contains the directory paths separated by semicolons. |