From db5f3d794c868625585bc914094794ec2cc1d526 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 30 Aug 2018 15:10:10 +0200 Subject: [PATCH] Do not require the static library Standard policy in most Linux distributions is to not install static libraries. --- cmake/FindZeroMQ.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindZeroMQ.cmake b/cmake/FindZeroMQ.cmake index 8dfe9d60..92a62755 100644 --- a/cmake/FindZeroMQ.cmake +++ b/cmake/FindZeroMQ.cmake @@ -89,7 +89,7 @@ endif() include(FindPackageHandleStandardArgs) find_package_handle_standard_args(ZeroMQ - REQUIRED_VARS ZeroMQ_LIBRARY_SHARED ZeroMQ_INCLUDE_DIR ZeroMQ_LIBRARY_STATIC + REQUIRED_VARS ZeroMQ_LIBRARY_SHARED ZeroMQ_INCLUDE_DIR VERSION_VAR ZeroMQ_VERSION )