diff options
author | Christoph GrĂ¼ninger <foss@grueninger.de> | 2015-12-30 10:19:03 +0100 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2016-03-03 09:41:11 +0000 |
commit | 8d7e5d9dabcb23422029f8c7ab2b3d577a532363 (patch) | |
tree | a2bdf84af8248cbbb721366cca7360b37c412a57 /more | |
parent | 724d970df2c8c769a910cb339407537cda8e53bf (diff) | |
download | boost-8d7e5d9dabcb23422029f8c7ab2b3d577a532363.tar.gz |
getting started: Do no longer mention experimental CMake build
The linked wiki page is outdated, the project seems to be dead. If
it is still active, update link to new page.
Diffstat (limited to 'more')
-rw-r--r-- | more/getting_started/unix-variants.html | 5 | ||||
-rw-r--r-- | more/getting_started/unix-variants.rst | 8 | ||||
-rw-r--r-- | more/getting_started/windows.html | 5 | ||||
-rw-r--r-- | more/getting_started/windows.rst | 8 |
4 files changed, 0 insertions, 26 deletions
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html index 3e99ab2c80..b7849425bd 100644 --- a/more/getting_started/unix-variants.html +++ b/more/getting_started/unix-variants.html @@ -306,11 +306,6 @@ need to use <a class="reference external" href="../../tools/build/index.html">Bo <p>You'll also use this method if you need a nonstandard build variant (see the <a class="reference external" href="../../tools/build/index.html">Boost.Build documentation</a> for more details).</p> -<div class="admonition-boost-cmake admonition"> -<p class="first admonition-title">Boost.CMake</p> -<p class="last">There is also an experimental CMake build for boost, supported and distributed -separately. See the <a class="reference external" href="https://svn.boost.org/trac/boost/wiki/CMake">Boost.CMake</a> wiki page for more information.</p> -</div> <!-- Copyright David Abrahams 2006. Distributed under the Boost --> <!-- Software License, Version 1.0. (See accompanying --> <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> diff --git a/more/getting_started/unix-variants.rst b/more/getting_started/unix-variants.rst index 40f6f228d4..6cc7bc9735 100644 --- a/more/getting_started/unix-variants.rst +++ b/more/getting_started/unix-variants.rst @@ -135,14 +135,6 @@ You'll also use this method if you need a nonstandard build variant (see the `Boost.Build documentation`_ for more details). -.. Admonition:: Boost.CMake - - There is also an experimental CMake build for boost, supported and distributed - separately. See the `Boost.CMake`_ wiki page for more information. - - .. _`Boost.CMake`: - https://svn.boost.org/trac/boost/wiki/CMake - .. include:: detail/build-from-source-head.rst For example, your session might look like this: diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html index e16554f8b4..f110e85c74 100644 --- a/more/getting_started/windows.html +++ b/more/getting_started/windows.html @@ -365,11 +365,6 @@ of allowed options.</p> <p>If you're using an earlier version of Visual C++, or a compiler from another vendor, you'll need to use <a class="reference external" href="../../tools/build/index.html">Boost.Build</a> to create your own binaries.</p> -<div class="admonition-boost-cmake admonition"> -<p class="first admonition-title">Boost.CMake</p> -<p class="last">There is also an experimental CMake build for boost, supported and distributed -separately. See the <a class="reference external" href="https://svn.boost.org/trac/boost/wiki/CMake">Boost.CMake</a> wiki page for more information.</p> -</div> <!-- Copyright David Abrahams 2006. Distributed under the Boost --> <!-- Software License, Version 1.0. (See accompanying --> <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> diff --git a/more/getting_started/windows.rst b/more/getting_started/windows.rst index 261ff0f09b..d1f4494643 100644 --- a/more/getting_started/windows.rst +++ b/more/getting_started/windows.rst @@ -192,14 +192,6 @@ If you're using an earlier version of Visual C++, or a compiler from another vendor, you'll need to use Boost.Build_ to create your own binaries. -.. Admonition:: Boost.CMake - - There is also an experimental CMake build for boost, supported and distributed - separately. See the `Boost.CMake`_ wiki page for more information. - - .. _`Boost.CMake`: - https://svn.boost.org/trac/boost/wiki/CMake - .. include:: detail/build-from-source-head.rst For example, your session might look like this: [#continuation]_ |