mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
Tests: Avoid hanging on check for Fortran
Use a timeout when running the check for Fortran in case the tools hang.
This commit is contained in:
parent
e673e6f053
commit
6e2193a26d
@ -26,6 +26,7 @@ file(WRITE \"\${CMAKE_CURRENT_BINARY_DIR}/result.cmake\"
|
||||
-A "${CMAKE_GENERATOR_PLATFORM}"
|
||||
-T "${CMAKE_GENERATOR_TOOLSET}"
|
||||
${_D_CMAKE_GENERATOR_INSTANCE}
|
||||
TIMEOUT 60
|
||||
OUTPUT_VARIABLE output
|
||||
ERROR_VARIABLE output
|
||||
RESULT_VARIABLE result
|
||||
|
Loading…
Reference in New Issue
Block a user