mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Cloud storage: Require libcurl in order to support http proxies
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									f3b93eb57a
								
							
						
					
					
						commit
						3ff3577eda
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -65,7 +65,11 @@ else() | |||
| 		if(!LIBSSH2_FOUND OR "${LIBSSH2_FOUND}" STREQUAL "") | ||||
| 			pkg_config_library(LIBSSH2 libssh2 REQUIRED) | ||||
| 		endif() | ||||
| 		set(LIBGIT2_LIBRARIES ${LIBGIT2_LIBRARIES} ${LIBSSH2_LIBRARIES}) | ||||
| 		find_package(libcurl QUIET) | ||||
| 		if(!LIBCURL_FOUND OR "${LIBCURL_FOUND}" STREQUAL "") | ||||
| 			pkg_config_library(LIBCURL libcurl REQUIRED) | ||||
| 		endif() | ||||
| 		set(LIBGIT2_LIBRARIES ${LIBGIT2_LIBRARIES} ${LIBSSH2_LIBRARIES} ${LIBCURL_LIBRARIES}) | ||||
| 	endif() | ||||
| endif() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue