Skip to content

Commit c3a4ea1

Browse files
committed
tidy: set CMAKE_CXX_STANDARD to 20
1 parent 5b690ae commit c3a4ea1

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
@@ -4,7 +4,7 @@ project(bitcoin-tidy VERSION 1.0.0 DESCRIPTION "clang-tidy checks for Bitcoin Co
44

55
include(GNUInstallDirs)
66

7-
set(CMAKE_CXX_STANDARD 17)
7+
set(CMAKE_CXX_STANDARD 20)
88
set(CMAKE_CXX_STANDARD_REQUIRED True)
99
set(CMAKE_CXX_EXTENSIONS False)
1010

0 commit comments

Comments
 (0)