Bump required oxenmq version

Current lokinet dev relies on something from oxenmq dev branch which is
in the not-yet-released next version; without this lokinet tries using
the system 1.2.3 install, which then fails the build.
This commit is contained in:
Jason Rhinelander 2021-02-25 12:54:18 -04:00
parent e3aff6c36c
commit 00df8b85da
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ endif()
option(FORCE_OXENMQ_SUBMODULE "force using oxenmq submodule" OFF)
if(NOT FORCE_OXENMQ_SUBMODULE)
pkg_check_modules(OXENMQ liboxenmq>=1.2.2)
pkg_check_modules(OXENMQ liboxenmq>=1.2.4)
endif()
if(OXENMQ_FOUND)
add_library(oxenmq INTERFACE)