From 99501f95e6856c3ebd38f48f9ef3f511696dc161 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?=
Date: Wed, 30 Dec 2015 10:19:03 +0100
Subject: [PATCH] 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.
---
getting_started/unix-variants.html | 5 -----
getting_started/unix-variants.rst | 8 --------
getting_started/windows.html | 5 -----
getting_started/windows.rst | 8 --------
4 files changed, 26 deletions(-)
diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html
index 3e99ab2..b784942 100644
--- a/getting_started/unix-variants.html
+++ b/getting_started/unix-variants.html
@@ -306,11 +306,6 @@ need to use Bo
You'll also
use this method if you need a nonstandard build variant (see the
Boost.Build documentation for more details).
-
-
Boost.CMake
-
There is also an experimental CMake build for boost, supported and distributed
-separately. See the Boost.CMake wiki page for more information.
-
diff --git a/getting_started/unix-variants.rst b/getting_started/unix-variants.rst
index 40f6f22..6cc7bc9 100644
--- a/getting_started/unix-variants.rst
+++ b/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/getting_started/windows.html b/getting_started/windows.html
index e16554f..f110e85 100644
--- a/getting_started/windows.html
+++ b/getting_started/windows.html
@@ -365,11 +365,6 @@ of allowed options.
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.
-
-
Boost.CMake
-
There is also an experimental CMake build for boost, supported and distributed
-separately. See the Boost.CMake wiki page for more information.
-
diff --git a/getting_started/windows.rst b/getting_started/windows.rst
index 261ff0f..d1f4494 100644
--- a/getting_started/windows.rst
+++ b/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]_