mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
build: add failure message along with number in GenerateHelptags.cmake
This commit is contained in:
parent
346e07e8da
commit
80cda3f2fb
@ -22,5 +22,5 @@ execute_process(
|
||||
RESULT_VARIABLE res)
|
||||
|
||||
if(NOT res EQUAL 0)
|
||||
message(FATAL_ERROR "Generating helptags failed: ${err}")
|
||||
message(FATAL_ERROR "Generating helptags failed: ${err} - ${res}")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user