diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-19 20:37:15 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-19 20:37:15 +0200 |
commit | 85477c51efce50645b1e87e639cdfe9e6afc524b (patch) | |
tree | 4cae62a0dec680ddc9a26082caa25e3cf078a797 /src/lib | |
parent | acd8235533d63a7e4dd4d1b5bdb17423d4b6fd75 (diff) | |
download | ouroboros-85477c51efce50645b1e87e639cdfe9e6afc524b.tar.gz ouroboros-85477c51efce50645b1e87e639cdfe9e6afc524b.zip |
build: Notify if FUSE is not installed
Diffstat (limited to 'src/lib')
-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) |