summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2020-11-23 05:44:15 +0100
committerManuel Bentele2020-11-23 05:44:15 +0100
commit84a9218fdc7efeb2127c16458accc3fca1fae837 (patch)
tree218633f034f4ed940b91c577028cf8ad1e8734f3
parent[KERNEL] Fix race condition for request_queuereceive in receive thread (diff)
downloaddnbd3-84a9218fdc7efeb2127c16458accc3fca1fae837.tar.gz
dnbd3-84a9218fdc7efeb2127c16458accc3fca1fae837.tar.xz
dnbd3-84a9218fdc7efeb2127c16458accc3fca1fae837.zip
[BUILD] increase minimum CMake version to be compliant with CMake 3.19.x
-rw-r--r--cmake/FindFuse.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindFuse.cmake b/cmake/FindFuse.cmake
index d29edb2..09e8ba0 100644
--- a/cmake/FindFuse.cmake
+++ b/cmake/FindFuse.cmake
@@ -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 2.8.12)
########## Private ##########
function(fusedebug _varname)