diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/CMakeLists.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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) | 
