mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Relax required ZeroMQ version to support the CentOS 7 system package
This commit is contained in:
parent
2f69526c04
commit
5fc1c47e2a
|
@ -161,7 +161,7 @@ endif()
|
||||||
|
|
||||||
if(BUILD_FAIRMQ)
|
if(BUILD_FAIRMQ)
|
||||||
find_package2(PRIVATE ZeroMQ REQUIRED
|
find_package2(PRIVATE ZeroMQ REQUIRED
|
||||||
VERSION 4.1.5
|
VERSION 4.1.4
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user