mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
tidy: set minimum CMake to 3.22
Matches https://github.com/hebasto/bitcoin/pull/123. This also also dev/ci only code.
This commit is contained in:
parent
2ffaa92702
commit
24410e560a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.9)
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(bitcoin-tidy VERSION 1.0.0 DESCRIPTION "clang-tidy checks for Bitcoin Core")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue