Skip to content

Commit 24410e5

Browse files
committed
tidy: set minimum CMake to 3.22
Matches hebasto/bitcoin#123. This also also dev/ci only code.
1 parent 2ffaa92 commit 24410e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/bitcoin-tidy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.9)
1+
cmake_minimum_required(VERSION 3.22)
22

33
project(bitcoin-tidy VERSION 1.0.0 DESCRIPTION "clang-tidy checks for Bitcoin Core")
44

0 commit comments

Comments
 (0)