mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00
build: add failure message along with number in GenerateHelptags.cmake
This commit is contained in:

committed by
John Szakmeister

parent
346e07e8da
commit
80cda3f2fb
@@ -22,5 +22,5 @@ execute_process(
|
|||||||
RESULT_VARIABLE res)
|
RESULT_VARIABLE res)
|
||||||
|
|
||||||
if(NOT res EQUAL 0)
|
if(NOT res EQUAL 0)
|
||||||
message(FATAL_ERROR "Generating helptags failed: ${err}")
|
message(FATAL_ERROR "Generating helptags failed: ${err} - ${res}")
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user