Merge pull request #236 from nolta/cmake-enable-ssl
cmake: enable ssl, for https downloads
This commit is contained in:
commit
3198522a7f
@ -43,6 +43,7 @@ class Cmake(Package):
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix=' + prefix,
|
||||
'--parallel=' + str(make_jobs))
|
||||
'--parallel=' + str(make_jobs),
|
||||
'--', '-DCMAKE_USE_OPENSSL=ON')
|
||||
make()
|
||||
make('install')
|
||||
|
Loading…
Reference in New Issue
Block a user