mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Merge pull request #1110 from radfish/PR--remove-openssl-1.1-warning
cmake: remove warning for OpenSSL 1.1
This commit is contained in:
		
						commit
						ca057177c7
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -326,10 +326,6 @@ endif()
 | 
			
		|||
find_package ( OpenSSL REQUIRED )
 | 
			
		||||
if(NOT DEFINED OPENSSL_INCLUDE_DIR)
 | 
			
		||||
  message(SEND_ERROR "Could not find OpenSSL. Please download and install it first!")
 | 
			
		||||
else()
 | 
			
		||||
  if(NOT (OPENSSL_VERSION VERSION_LESS 1.1))
 | 
			
		||||
    message(WARNING "Your OpenSSL version ${OPENSSL_VERSION} >=1.1 is experimental: build with v1.0 when possible.")
 | 
			
		||||
  endif()
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
if (WITH_UPNP)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue