diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-19 20:53:37 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-19 20:53:37 +0000 |
commit | cbce0036e283673519500d9a461aa4a79473a0cd (patch) | |
tree | fd203c6bf0d7b913f05c7c0e16bf3b30e0fad391 /src | |
parent | 90a389066512761921f79617122695c676664b75 (diff) | |
parent | 85477c51efce50645b1e87e639cdfe9e6afc524b (diff) | |
download | ouroboros-cbce0036e283673519500d9a461aa4a79473a0cd.tar.gz ouroboros-cbce0036e283673519500d9a461aa4a79473a0cd.zip |
Merged in dstaesse/ouroboros/be-fuse-msg (pull request #600)
build: Notify if FUSE is not installed
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) |