mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Cmake: don't hardcode the make command
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									9510f40db4
								
							
						
					
					
						commit
						4dfb39cc49
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -574,7 +574,7 @@ if(NOT NO_DOCS) | ||||||
| 	add_custom_target( | 	add_custom_target( | ||||||
| 		documentation ALL | 		documentation ALL | ||||||
| 		COMMAND | 		COMMAND | ||||||
| 		make -C ${CMAKE_SOURCE_DIR}/Documentation OUT=${CMAKE_BINARY_DIR}/Documentation/ doc | 		${MAKE} -C ${CMAKE_SOURCE_DIR}/Documentation OUT=${CMAKE_BINARY_DIR}/Documentation/ doc | ||||||
| 		DEPENDS documentationLink | 		DEPENDS documentationLink | ||||||
| 	) | 	) | ||||||
| endif() | endif() | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue