Do not force openssl version

This commit is contained in:
mikolajp 2018-02-25 21:25:18 +08:00
parent 43f3b4be7d
commit 1d40d47112

View File

@ -258,7 +258,7 @@ configure_file(input : 'include/config.h.in',
configuration : conf_data)
# We expect these libs to supplied with the distribution
openssl_dep = dependency('openssl', version: '>=1.0.0')
openssl_dep = dependency('openssl')
curl_dep = dependency('libcurl')
libuv_dep = dependency('libuv')