commit - cd80886c6071d73dc07d832187350efbec14c5ff
commit + 6646e5c6107184a61c8b5f96ec89d32eb6c9373e
blob - 7e6fd918309868e0ef8b5a0eeba35eb1266ef8cf
blob + 7d41560f9e2a263169b2fb363c1d558cc405c6c7
--- cmake/FindFUSE.cmake
+++ cmake/FindFUSE.cmake
# This module can find FUSE Library
#
# Requirements:
-# - CMake >= 2.8.3
+# - CMake >= 3.12.4
#
# The following variables will be defined for your use:
# - FUSE_FOUND : was FUSE found?
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#=============================================================================
-cmake_minimum_required(VERSION 2.8.3)
+cmake_minimum_required(VERSION 3.12.4)
########## Private ##########
function(fusedebug _varname)