cling: add missing CMake dependency (#26577)
This commit is contained in:
		 Rodrigo Ceccato de Freitas
					Rodrigo Ceccato de Freitas
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							f390289629
						
					
				
				
					commit
					169d0a5649
				
			| @@ -35,6 +35,8 @@ class Clingo(CMakePackage): | ||||
|     variant("docs", default=False, description="build documentation with Doxygen") | ||||
|     variant("python", default=True, description="build with python bindings") | ||||
| 
 | ||||
|     depends_on('cmake@3.1:', type='build') | ||||
| 
 | ||||
|     depends_on('doxygen', type="build", when="+docs") | ||||
|     depends_on('re2c@0.13:', type="build") | ||||
|     depends_on('bison@2.5:', type="build") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user