mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	cleanup: remove outdated explicit libssh2 link
We used to need this when building our own libgit2 on older distibutions. This shouldn't be needed anymore at all. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									ad59f100ae
								
							
						
					
					
						commit
						4801dcecf3
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -211,8 +211,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
 | 
			
		|||
        # this is only needed on Ubuntu
 | 
			
		||||
        # but shouldn't hurt on other Linux versions
 | 
			
		||||
        # in some builds we appear to be missing libz for some strange reason...
 | 
			
		||||
	# Add ssh2 at the end for openSUSE builds (for recent cmake?)
 | 
			
		||||
        set(SUBSURFACE_LINK_LIBRARIES ${SUBSURFACE_LINK_LIBRARIES} -lssh2 -lz -lpthread)
 | 
			
		||||
        set(SUBSURFACE_LINK_LIBRARIES ${SUBSURFACE_LINK_LIBRARIES} -lz -lpthread)
 | 
			
		||||
 | 
			
		||||
        # Test for ARM processor (Raspberry Pi) and add libGLESv2 if found
 | 
			
		||||
        if (CMAKE_SYSTEM_PROCESSOR STREQUAL "armv7l" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "armv6l")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue