| 465 | } |
| 466 | |
| 467 | void cmSystemTools::Error(std::string const& m) |
| 468 | { |
| 469 | std::string message = "CMake Error: " + m; |
| 470 | cmSystemTools::s_ErrorOccurred = true; |
| 471 | cmSystemTools::Message(message, "Error"); |
| 472 | } |
| 473 | |
| 474 | void cmSystemTools::SetInterruptCallback(InterruptCallback f) |
| 475 | { |