mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 05:16:07 +00:00
Merge topic 'cmake-server-pad-arguments'
28e891f0 server-mode: Do not ignore the first cacheArgument on configure
This commit is contained in:
commit
23a63d2024
@ -936,7 +936,7 @@ cmServerResponse cmServerProtocol1_0::ProcessConfigure(
|
||||
}
|
||||
|
||||
// Make sure the types of cacheArguments matches (if given):
|
||||
std::vector<std::string> cacheArgs;
|
||||
std::vector<std::string> cacheArgs = { "unused" };
|
||||
bool cacheArgumentsError = false;
|
||||
const Json::Value passedArgs = request.Data[kCACHE_ARGUMENTS_KEY];
|
||||
if (!passedArgs.isNull()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user