Skip to content

Commit

Permalink
tidy: set CMAKE_CXX_STANDARD to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Mar 22, 2024
1 parent 5b690ae commit c3a4ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/devtools/bitcoin-tidy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(bitcoin-tidy VERSION 1.0.0 DESCRIPTION "clang-tidy checks for Bitcoin Co

include(GNUInstallDirs)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_EXTENSIONS False)

Expand Down

0 comments on commit c3a4ea1

Please sign in to comment.