Merge branch 'mr-reset-error-flag-on-configure' into release

This commit is contained in:
Brad King 2016-12-16 08:56:02 -05:00
commit 195ab50f63
1 changed files with 2 additions and 0 deletions

View File

@ -984,6 +984,8 @@ cmServerResponse cmServerProtocol1_0::ProcessConfigure(
}
}
cmSystemTools::ResetErrorOccuredFlag(); // Reset error state
if (cm->AddCMakePaths() != 1) {
return request.ReportError("Failed to set CMake paths.");
}