adios2: Remove rogue zmq dependency for ssc engine (#19293)

This commit is contained in:
Chuck Atkins 2020-10-14 03:47:15 -04:00 committed by GitHub
parent c60cbab215
commit 383b5b70cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,6 @@ class Adios2(CMakePackage):
depends_on('mpi', when='+mpi')
depends_on('libzmq', when='+dataman')
depends_on('libzmq', when='@2.4: +ssc')
depends_on('dataspaces@1.8.0:', when='+dataspaces')
depends_on('hdf5', when='+hdf5')