gaudi: remove redundant dependency on cppgsl (#46029)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1d70ab934c
						
					
				
				
					commit
					8c1d6188e3
				
			@@ -109,7 +109,6 @@ class Gaudi(CMakePackage):
 | 
			
		||||
        depends_on(pv[0], when=pv[1] + " +examples")
 | 
			
		||||
 | 
			
		||||
    # Adding these dependencies triggers the build of most optional components
 | 
			
		||||
    depends_on("cppgsl", when="+cppunit")
 | 
			
		||||
    depends_on("cppunit", when="+cppunit")
 | 
			
		||||
    depends_on("doxygen +graphviz", when="+docs")
 | 
			
		||||
    depends_on("gperftools", when="+gperftools")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user