From 0e7793598b5ac865e0a1f6ce8e6f13cd38e06166 Mon Sep 17 00:00:00 2001 From: Marvin Klimke Date: Wed, 21 Nov 2018 18:21:12 +0100 Subject: [PATCH] correct libre version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6487f34e..3410ffa1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,7 @@ if(NOT NANOMSG_FOUND) endif() pkg_check_modules(RE IMPORTED_TARGET re) if(NOT RE_FOUND) - pkg_check_modules(RE IMPORTED_TARGET libre>=1.0.0) + pkg_check_modules(RE IMPORTED_TARGET libre>=0.5.9) endif() # Build options