This commit is contained in:
Robert Schumacher 2019-07-09 10:27:37 -07:00 committed by GitHub
parent b77cd69e02
commit a502e9a7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Source: czmq
Version: 2019-06-10
Version: 2019-06-10-1
Build-Depends: zeromq
Description: High-level C binding for ZeroMQ
Homepage: https://github.com/zeromq/czmq

View File

@ -9,7 +9,7 @@ index 9c15f36a..e1475cd6 100644
+
+find_dependency(ZeroMQ)
+
+if (@CZMQ_WITH_LIBCURL@ AND @LIBCURL_FOUND@)
+if ("@CZMQ_WITH_LIBCURL@" AND "@LIBCURL_FOUND@")
+ find_dependency(OpenSSL)
+ find_dependency(ZLIB)
+endif ()