mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 21:17:59 +08:00
[czmq] Fix https://github.com/zeromq/czmq/issues/1780 (#7186)
This commit is contained in:
parent
b77cd69e02
commit
a502e9a7b7
@ -1,5 +1,5 @@
|
|||||||
Source: czmq
|
Source: czmq
|
||||||
Version: 2019-06-10
|
Version: 2019-06-10-1
|
||||||
Build-Depends: zeromq
|
Build-Depends: zeromq
|
||||||
Description: High-level C binding for ZeroMQ
|
Description: High-level C binding for ZeroMQ
|
||||||
Homepage: https://github.com/zeromq/czmq
|
Homepage: https://github.com/zeromq/czmq
|
||||||
|
@ -9,7 +9,7 @@ index 9c15f36a..e1475cd6 100644
|
|||||||
+
|
+
|
||||||
+find_dependency(ZeroMQ)
|
+find_dependency(ZeroMQ)
|
||||||
+
|
+
|
||||||
+if (@CZMQ_WITH_LIBCURL@ AND @LIBCURL_FOUND@)
|
+if ("@CZMQ_WITH_LIBCURL@" AND "@LIBCURL_FOUND@")
|
||||||
+ find_dependency(OpenSSL)
|
+ find_dependency(OpenSSL)
|
||||||
+ find_dependency(ZLIB)
|
+ find_dependency(ZLIB)
|
||||||
+endif ()
|
+endif ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user