mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	cmake: fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									c4a352af1f
								
							
						
					
					
						commit
						d6dc1d01df
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -35,7 +35,7 @@ if(NOT ${PREFER_GIT_FROMSOURCE})
 | 
				
			||||||
	pkg_config_library(LIBGIT2 libgit2)
 | 
						pkg_config_library(LIBGIT2 libgit2)
 | 
				
			||||||
ELSE()
 | 
					ELSE()
 | 
				
			||||||
	FIND_PACKAGE(LIBGIT2 REQUIRED)
 | 
						FIND_PACKAGE(LIBGIT2 REQUIRED)
 | 
				
			||||||
	INCLUDE_DIRECTORIES(${LIBGIT2_INCLUDE_DIRS})
 | 
						INCLUDE_DIRECTORIES(${LIBGIT2_INCLUDE_DIR})
 | 
				
			||||||
ENDIF()
 | 
					ENDIF()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FIND_PACKAGE(Libdivecomputer REQUIRED)
 | 
					FIND_PACKAGE(Libdivecomputer REQUIRED)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue