mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 19:42:46 +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()
|
break()
|
||||||
endif()
|
endif()
|
||||||
endwhile()
|
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()
|
endif()
|
||||||
|
|
||||||
if(error_code)
|
if(error_code)
|
||||||
|
Loading…
Reference in New Issue
Block a user