gaudi: remove redundant dependency on cppgsl (#46029)

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
Juan Miguel Carceller 2024-08-26 14:09:48 +02:00 committed by GitHub
parent 1d70ab934c
commit 8c1d6188e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")