mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #46142 from tchaikov/wip-cmake-fuse
cmake: mark FUSE REQUIRED if WITH_FUSE Reviewed-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
commit
417774f60b
@ -185,7 +185,7 @@ endif()
|
||||
|
||||
option(WITH_FUSE "Fuse is here" ON)
|
||||
if(WITH_FUSE)
|
||||
find_package(FUSE)
|
||||
find_package(FUSE REQUIRED)
|
||||
set(HAVE_LIBFUSE ${FUSE_FOUND})
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user