diff options
author | Brad King <brad.king@kitware.com> | 2020-03-26 18:42:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-03-26 18:42:17 (GMT) |
commit | 3503a79639f66bf3d2644c3d5fc1f6d28ca639b8 (patch) | |
tree | 41fc55d73a533fc9dc538a8dbfbd1d9ad03b665e /Source/CTest/cmProcess.h | |
parent | 4b266927c7556f74d11d6f499360d682117e0a60 (diff) | |
parent | 7fda917fa4897ec71c9a086f1f0fccae1c3d03d9 (diff) | |
download | CMake-3503a79639f66bf3d2644c3d5fc1f6d28ca639b8.zip CMake-3503a79639f66bf3d2644c3d5fc1f6d28ca639b8.tar.gz CMake-3503a79639f66bf3d2644c3d5fc1f6d28ca639b8.tar.bz2 |
Merge branch 'backport-ctest-timeout-report' into ctest-timeout-report
Diffstat (limited to 'Source/CTest/cmProcess.h')
-rw-r--r-- | Source/CTest/cmProcess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmProcess.h b/Source/CTest/cmProcess.h index 0f69f68..526c920 100644 --- a/Source/CTest/cmProcess.h +++ b/Source/CTest/cmProcess.h @@ -108,6 +108,7 @@ private: void OnAllocate(size_t suggested_size, uv_buf_t* buf); void StartTimer(); + void Finish(); class Buffer : public std::vector<char> { |