To ensure cmake to do pause-resume

How to ensure cmake to do pause-resume process?
What indicator to know and what'd guarantee it'll do pause-resume in its entire build ?
The command needs it is kinda: cmake -G "Unix makefiles" ...
Please help to force it to do that, it makes one distressing as 67% process was disrupted by overheated CPU outage
Maybe fix your hardware, like say not overclocking it to the point of instability.

https://cmake.org/cmake/help/v3.19/manual/cmake.1.html
Or use the "--parallel" option to limit the amount of concurrent activity.
Topic archived. No new replies allowed.