<div dir="ltr">I'd like to use cmake server with only a build directory argument (mostly in order to query the cache), but receive an error in return:<div><br></div><div>```<br></div><div><div>> cmake --version</div><div>cmake version 3.9.4</div></div><div><br></div><div><div>> cmake -E server --experimental --debug<br></div><div><br></div><div>> [== "CMake Server" ==[</div><div>> {"cookie":"zimtstern","type":"handshake","protocolVersion":{"major":1},</div><div>> "buildDirectory":"/opt/bld/s5nj/Slicer-build"</div><div>> }</div><div>> ]== "CMake Server" ==]</div></div><div><br></div><div><div>[== "CMake Server" ==[</div><div>{"cookie":"zimtstern","errorMessage":"Failed to activate protocol version: \"CMAKE_HOME_DIRECTORY\" is set but incompatible with configured source directory value.","inReplyTo":"handshake","type":"error"}</div><div>]== "CMake Server" ==]</div></div><div>```</div><div><br></div><div>The docs example with source and generator arguments works -- but shouldn't the build directory fully determine these options for an already-configured build tree?</div><div><br></div><div>Thanks,</div><div>Isaiah</div><div><br></div></div>