mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	build: Remove redundant cmake version check
The main `CMakelists.txt` already asserts a minimum version of `3.12` which renders the condition `cmake <= 3.11.4` to be always false.
This commit is contained in:
		 Henrik S. Gaßmann
					Henrik S. Gaßmann
				
			
				
					committed by
					
						 Arthur Sonzogni
						Arthur Sonzogni
					
				
			
			
				
	
			
			
			 Arthur Sonzogni
						Arthur Sonzogni
					
				
			
						parent
						
							332f229e49
						
					
				
				
					commit
					3e5322944d
				
			| @@ -1,5 +1,4 @@ | |||||||
| if (NOT FTXUI_BUILD_TESTS OR | if (NOT FTXUI_BUILD_TESTS) | ||||||
|     NOT ${CMAKE_VERSION} VERSION_GREATER "3.11.4") |  | ||||||
|   return() |   return() | ||||||
| endif() | endif() | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user