Skip to content
Snippets Groups Projects
Commit 7789dd9a authored by Tobias Hunger's avatar Tobias Hunger Committed by Brad King
Browse files

server-mode: Call ResetErrorOccured before configure

Closes: #16506
parent 12bea47f
No related branches found
No related tags found
No related merge requests found
......@@ -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.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment