Skip to content

Commit 5592ff5

Browse files
committed
Merge pull request #4473
fcec418 cmake: bump CXX standard to 14 (tobtoht)
2 parents fb3b4e4 + fcec418 commit 5592ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(DEV_MODE)
2020
# DEV_MODE checks out the monero submodule to master, which requires C++17.
2121
set(CMAKE_CXX_STANDARD 17)
2222
else()
23-
set(CMAKE_CXX_STANDARD 11)
23+
set(CMAKE_CXX_STANDARD 14)
2424
endif()
2525
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2626

0 commit comments

Comments
 (0)