]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: cleanup Findfuse.cmake
authorKefu Chai <kchai@redhat.com>
Fri, 29 Jul 2016 05:25:57 +0000 (13:25 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 29 Jul 2016 15:12:33 +0000 (23:12 +0800)
commit8bf5cd1606b9c65d6e86a8a6af085b0bd86888aa
treefeed4efa64eb87fa7677cf4a40e6967f6c3feca9
parent8bac1c1eeb22eb96676b97c32883e44da5c9ab4f
cmake: cleanup Findfuse.cmake

* remove unused stuff, we do not pass/use FUSE_VERSION in cmake.
  the FUSE_VERSION we are using is defined by "fuse_common.h".
* use FindPackageHandleStandardArgs for handling find_package()
  arguments.
* also detect osxfuse on MacOS.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/Findfuse.cmake