summaryrefslogtreecommitdiffstats
path: root/Help/guide
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-20 18:51:42 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-20 18:51:42 (GMT)
commitcf6ac2d365dcfb00b32a0a10ac0c48a401d42ef5 (patch)
treea25f17669a4dfa68880e0bf56f9d70fe46870c40 /Help/guide
parent21bc2fd945aa06c640bd609bf1e57cc208d6d6bd (diff)
parent8bb8c9fb138c0eb94f05f069577b16afc37faa46 (diff)
downloadCMake-cf6ac2d365dcfb00b32a0a10ac0c48a401d42ef5.zip
CMake-cf6ac2d365dcfb00b32a0a10ac0c48a401d42ef5.tar.gz
CMake-cf6ac2d365dcfb00b32a0a10ac0c48a401d42ef5.tar.bz2
Merge branch 'master' into cmakepresets-schema
Diffstat (limited to 'Help/guide')
-rw-r--r--Help/guide/ide-integration/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/ide-integration/index.rst b/Help/guide/ide-integration/index.rst
index 8ea31a0..addf932 100644
--- a/Help/guide/ide-integration/index.rst
+++ b/Help/guide/ide-integration/index.rst
@@ -82,8 +82,8 @@ as the include directories, compile definitions, etc. used to build the
artifacts. Such information can be obtained by using the
:manual:`File API <cmake-file-api(7)>`. The manual page for the File API
contains more information about the API and how to invoke it.
-:manual:`Server mode <cmake-server(7)>` is deprecated and should not be
-used on CMake 3.14 or later.
+:manual:`Server mode <cmake-server(7)>` was removed as of CMake 3.20 and
+should not be used on CMake 3.14 or later.
IDEs should avoid creating more build trees than necessary, and only create
multiple build trees if the user wishes to switch to a different compiler,