mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:18:05 +08:00
[vcpkg_execute_build_process] Add warning message when memory or hard disk space is insufficient (#16633)
* [vcpkg_execute_build_process] Add warning message when memory or hard disk space is insufficient * Update scripts/cmake/vcpkg_execute_build_process.cmake
This commit is contained in:
parent
37df512335
commit
38b9e63dea
@ -132,6 +132,8 @@ function(vcpkg_execute_build_process)
|
||||
break()
|
||||
endif()
|
||||
endwhile()
|
||||
elseif(out_contents MATCHES "fatal error: ld terminated with signal 9 [Killed]")
|
||||
message(WARNING "ld was terminated with signal 9 [killed], please ensure your system has sufficient hard disk space and memory.")
|
||||
endif()
|
||||
|
||||
if(error_code)
|
||||
|
Loading…
x
Reference in New Issue
Block a user