Skip to content

Commit

Permalink
Added missing bits of docs for Android flags (conan-io#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
danimtb authored and lasote committed May 31, 2019
1 parent ee0808d commit a40334f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion reference/build_helpers/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ The CMake helper will automatically append some definitions based on your settin
| ANDROID_NDK | Defined when one of ANDROID_NDK_ROOT or ANDROID_NDK_HOME environment variables presented |
+-------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+


There are some definitions set to be used later on the the ``install()`` step too:

+-----------------------------+---------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion reference/config_files/settings.yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ are possible. These are the **default** values, but it is possible to customize
version: ["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0",
"5.0", "6.0", "7.0",
"8"]
libcxx: [libstdc++, libstdc++11, libc++]
libcxx: [libstdc++, libstdc++11, libc++, c++_shared, c++_static]
cppstd: [None, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20]
apple-clang:
version: ["5.0", "5.1", "6.0", "6.1", "7.0", "7.3", "8.0", "8.1", "9.0", "9.1", "10.0"]
Expand Down
2 changes: 2 additions & 0 deletions reference/env_vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ the :ref:`CMake build tool<cmake_reference>`:
+-----------------------------------------+------------------------------------------------------------------------------------------------+
| CONAN_CMAKE_GENERATOR_PLATFORM | CMAKE_GENERATOR_PLATFORM |
+-----------------------------------------+------------------------------------------------------------------------------------------------+
| CONAN_CMAKE_ANDROID_NDK | CMAKE_ANDROID_NDK |
+-----------------------------------------+------------------------------------------------------------------------------------------------+

.. seealso::

Expand Down

0 comments on commit a40334f

Please sign in to comment.