mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:22:56 +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
|
||||
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
|
||||
|
@ -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 ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user