Add list_url to cmake (#2714)
This commit is contained in:
		 Adam J. Stewart
					Adam J. Stewart
				
			
				
					committed by
					
						 Todd Gamblin
						Todd Gamblin
					
				
			
			
				
	
			
			
			 Todd Gamblin
						Todd Gamblin
					
				
			
						parent
						
							3f7b4ab7aa
						
					
				
				
					commit
					7fce4c5083
				
			| @@ -28,8 +28,10 @@ | ||||
| class Cmake(Package): | ||||
|     """A cross-platform, open-source build system. CMake is a family of | ||||
|        tools designed to build, test and package software.""" | ||||
|     homepage  = 'https://www.cmake.org' | ||||
|     url       = 'https://cmake.org/files/v3.4/cmake-3.4.3.tar.gz' | ||||
|     homepage = 'https://www.cmake.org' | ||||
|     url      = 'https://cmake.org/files/v3.4/cmake-3.4.3.tar.gz' | ||||
|     list_url = 'https://cmake.org/files/' | ||||
|     list_depth = 2 | ||||
|  | ||||
|     version('3.7.1',    'd031d5a06e9f1c5367cdfc56fbd2a1c8') | ||||
|     version('3.6.1',    'd6dd661380adacdb12f41b926ec99545') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user