Browse Source
			
			
			CMake: Add missing 0 to minimum version
			
				Removed by mistake.
			
			
				pull/444/head
			
			
		 
		
			
				
					
						 Ahmad Fatoum
					
					7 years ago
						Ahmad Fatoum
					
					7 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: C3EAC3DE9321D59B
				  	
				  
				
			
		
		
		
	
		
			  1 changed files with 
1 additions and 
1 deletions
			
		 
		
			
				- 
					
					
					 
					utils.cmake
				
					
					
						
							
								
									
										
											
												
	
		
			
				|  |  | @ -1,5 +1,5 @@ | 
		
	
		
			
			|  |  |  | # All sorts of things that we need cross project | 
		
	
		
			
			|  |  |  | cmake_minimum_required(VERSION 2.8.) | 
		
	
		
			
			|  |  |  | cmake_minimum_required(VERSION 2.8.0) | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | # Linking for OS X -framework options | 
		
	
		
			
			|  |  |  | # Will do nothing on other OSes | 
		
	
	
		
			
				|  |  |  |