mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	build: add failure message along with number in GenerateHelptags.cmake
This commit is contained in:
		 Steven Oliver
					Steven Oliver
				
			
				
					committed by
					
						 John Szakmeister
						John Szakmeister
					
				
			
			
				
	
			
			
			 John Szakmeister
						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