mirror of
				https://github.com/XRPLF/rippled.git
				synced 2025-11-04 11:15:56 +00:00 
			
		
		
		
	Downgrade required CMake version for Antithesis SDK (#5548)
The current version was copied from `antithesis-sdk-cpp` but there is no logical reason to require this specific version of CMake. This change downgrades the version to make the project build with older CMake versions.
This commit is contained in:
		
							
								
								
									
										2
									
								
								external/antithesis-sdk/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								external/antithesis-sdk/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
cmake_minimum_required(VERSION 3.25)
 | 
			
		||||
cmake_minimum_required(VERSION 3.18)
 | 
			
		||||
 | 
			
		||||
# Note, version set explicitly by rippled project
 | 
			
		||||
project(antithesis-sdk-cpp VERSION 0.4.4 LANGUAGES CXX)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user