mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
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.
|