commit 6646e5c6107184a61c8b5f96ec89d32eb6c9373e from: Sergey Bronnikov date: Mon Jan 25 18:27:56 2021 UTC Bump minimal required CMake version Set CMake version used in Ubuntu Bionic (18.04) Closes #22 commit - cd80886c6071d73dc07d832187350efbec14c5ff commit + 6646e5c6107184a61c8b5f96ec89d32eb6c9373e blob - 7e6fd918309868e0ef8b5a0eeba35eb1266ef8cf blob + 7d41560f9e2a263169b2fb363c1d558cc405c6c7 --- cmake/FindFUSE.cmake +++ cmake/FindFUSE.cmake @@ -1,7 +1,7 @@ # 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? @@ -38,7 +38,7 @@ # 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)