Make mariadb provide mysql-client... (#16322)

... as well as mariadb. Needed for ROOT.
This commit is contained in:
iarspider 2020-04-27 18:01:48 +02:00 committed by GitHub
parent 77812845b8
commit a277b96b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ class Mariadb(CMakePackage):
'operations in the mariadb client library.')
provides('mariadb-client')
provides('mysql-client')
depends_on('boost')
depends_on('cmake@2.6:', type='build')