Merge branch 'cmake-server-pad-arguments' into release

This commit is contained in:
Brad King 2016-11-30 13:14:52 -05:00
commit d69cf34708
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,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()) {