mirror of
https://github.com/vgough/encfs.git
synced 2024-11-24 17:03:13 +01:00
Bump FUSE_USE_VERSION to 29
This commit is contained in:
parent
5ee4c14f1b
commit
dd7edb2942
@ -73,7 +73,7 @@ endif()
|
||||
# Check for FUSE.
|
||||
find_package (FUSE REQUIRED)
|
||||
include_directories (SYSTEM ${FUSE_INCLUDE_DIR})
|
||||
add_definitions (-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26)
|
||||
add_definitions (-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=29)
|
||||
|
||||
# Check for OpenSSL.
|
||||
find_package (OpenSSL REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user