From 85477c51efce50645b1e87e639cdfe9e6afc524b Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Tue, 19 Sep 2017 20:37:15 +0200 Subject: build: Notify if FUSE is not installed --- src/lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/CMakeLists.txt') diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 29ca4db2..6f1cfbb3 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -52,6 +52,8 @@ if (FUSE_LIBRARIES) else () message(STATUS "FUSE support disabled by user") endif () +else () + message(STATUS "Install FUSE version > 2.6 to enable RIB access") endif () if (NOT HAVE_FUSE) -- cgit v1.2.3