aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2022-06-16 13:47:46 -0700
committerLukas Rusak <lorusak@gmail.com>2022-09-05 16:59:51 -0700
commita892fabd59779bb1dbc45f8403172110179ea2ef (patch)
tree869d3930034a2b19e63acc834567160d7cec06ac /cmake/modules
parent5fcf172720334fb15dc60b16abf1c69bf37ba74e (diff)
NFS: add preliminary nfs4 support
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindNFS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindNFS.cmake b/cmake/modules/FindNFS.cmake
index 1282c01136..7545f59ef8 100644
--- a/cmake/modules/FindNFS.cmake
+++ b/cmake/modules/FindNFS.cmake
@@ -43,7 +43,7 @@ if(NOT LIBNFS_FOUND)
else()
# Try pkgconfig based search. Linux may not have a version with cmake config installed
if(PKG_CONFIG_FOUND)
- pkg_check_modules(PC_NFS libnfs QUIET)
+ pkg_check_modules(PC_NFS libnfs>=3.0.0 QUIET)
endif()
find_path(NFS_INCLUDE_DIR nfsc/libnfs.h