Skip to content

cmServerProtocol: allow 'cache' request before 'configure'

Daniel Pfeifer requested to merge purpleKarrot/cmake:server-allow-cache into master

The check if (this->m_State < STATE_CONFIGURED) is superfluous.

Fixes: #16989 (closed)

Merge request reports