Skip to content

CTest: Revise use of std::chrono

Brad King requested to merge brad.king/cmake:fix-ctest-chrono into master

Follow up !1568 (merged) with additional revisions of the changes from !1513 (merged), primarily to avoid converting large double-represented durations to beyond-range integer-represented durations.

Cc: @dublet

Merge request reports