geant4: Removed unnecessary definition of xerces-c. (#15513)

This commit is contained in:
Tomoki, Karatsu 2020-03-17 19:31:31 +09:00 committed by GitHub
parent 05d0c7b477
commit c2e0ee6383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,6 @@ class Geant4(CMakePackage):
depends_on("expat")
depends_on("zlib")
depends_on("xerces-c")
depends_on("gl", when='+opengl')
depends_on("glx", when='+opengl+x11')
depends_on("libx11", when='+x11')