diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-03-08 03:25:47 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-03-08 20:28:01 (GMT) |
commit | b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d (patch) | |
tree | 1f4f75b27fcc1d51852a7909e34ddbe22b95c955 /Help/variable | |
parent | 52d39264b49c18f6f1e98a2348e69cd679e389bc (diff) | |
download | CMake-b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d.zip CMake-b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d.tar.gz CMake-b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d.tar.bz2 |
Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_GCC_AR.rst | 7 | ||||
-rw-r--r-- | Help/variable/CMAKE_GCC_RANLIB.rst | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_GCC_AR.rst b/Help/variable/CMAKE_GCC_AR.rst new file mode 100644 index 0000000..ac90b46 --- /dev/null +++ b/Help/variable/CMAKE_GCC_AR.rst @@ -0,0 +1,7 @@ +CMAKE_GCC_AR +------------ + +A wrapper around ``ar`` adding the appropriate ``--plugin`` option for the +GCC compiler. For other compilers variable is not defined. + +See also :variable:`CMAKE_AR`. diff --git a/Help/variable/CMAKE_GCC_RANLIB.rst b/Help/variable/CMAKE_GCC_RANLIB.rst new file mode 100644 index 0000000..3d42aba --- /dev/null +++ b/Help/variable/CMAKE_GCC_RANLIB.rst @@ -0,0 +1,7 @@ +CMAKE_GCC_RANLIB +---------------- + +A wrapper around ``ranlib`` adding the appropriate ``--plugin`` option for the +GCC compiler. For other compilers variable is not defined. + +See also :variable:`CMAKE_RANLIB`. |