mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
996e1885c4
Document the server mode as deprecated. Add a deprecation message to the configure step output when invoked through server mode. Closes: #19101
7 lines
217 B
ReStructuredText
7 lines
217 B
ReStructuredText
server-deprecate
|
|
----------------
|
|
|
|
* The :manual:`cmake-server(7)` mode has been deprecated and will be
|
|
removed from a future version of CMake. Please port clients to use
|
|
the :manual:`cmake-file-api(7)` instead.
|