cmake: depend on openssl when openssl variant=true
This commit is contained in:
parent
d493658a58
commit
bba66cbe28
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Cmake(Package):
|
|||
variant('doc', default=False, description='Enables the generation of html and man page documentation')
|
||||
|
||||
depends_on('ncurses', when='+ncurses')
|
||||
depends_on('openssl', when='+openssl')
|
||||
depends_on('qt', when='+qt')
|
||||
depends_on('python@2.7.11:', when='+doc')
|
||||
depends_on('py-sphinx', when='+doc')
|
||||
|
|
Loading…
Reference in a new issue