Merge pull request #1170 from Manozco/1169_fix_old_cmake_issue
Fix policy issue with old cmakes
This commit is contained in:
		@@ -1,6 +1,9 @@
 | 
			
		||||
cmake_minimum_required(VERSION 2.6.4)
 | 
			
		||||
 | 
			
		||||
if (policy CMP0048)
 | 
			
		||||
  cmake_policy(SET CMP0048 NEW)
 | 
			
		||||
endif (policy CMP0048)
 | 
			
		||||
 | 
			
		||||
project( googletest-distribution )
 | 
			
		||||
 | 
			
		||||
enable_testing()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user