Skip to content

Commit

Permalink
Docs: CMake 3.7 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Oct 31, 2016
1 parent 121eb92 commit 592ffe0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/quick-start/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Notes about version of CMake
* New variable `CMAKE_IOS_INSTALL_COMBINED`_ (`change <https://github.com/Kitware/CMake/commit/565d080a9a1e133bda868e905226181b60e90356>`__)
* `iOS toolchains`_

* `3.7.0`_

* Minimum version for packages with
:doc:`protected sources </user-guides/cmake-user/protected-sources>`
* ``USERPWD`` sub-option for ``file(DOWNLOAD|UPLOAD ...)`` (`change <https://github.com/Kitware/CMake/commit/e5ba1041be862212a3ad66bd51930fc7beeb8140>`__)
* ``HTTP_{USERNAME|PASSWORD}`` sub-options for ``ExternalProject_Add`` (`change <https://github.com/Kitware/CMake/commit/e1ca117332fbf6adf3a467a420804e9cb1891582>`__)

.. tip::

* `CMake change log <https://cmake.org/Bug/changelog_page.php>`__
Expand All @@ -40,6 +47,7 @@ Notes about version of CMake
.. _3.2.0: https://www.cmake.org/cmake/help/v3.2/release/3.2.html#commands
.. _3.4.1: https://www.cmake.org/cmake/help/v3.4/release/3.4.html
.. _3.5.0: https://www.cmake.org/cmake/help/v3.5/release/3.5.html#platforms
.. _3.7.0: https://cmake.org/cmake/help/latest/release/3.7.html#commands

.. _CMP0054: http://www.cmake.org/cmake/help/v3.1/policy/CMP0054.html

Expand Down

0 comments on commit 592ffe0

Please sign in to comment.