cmake: bump CXX standard to 14

This commit is contained in:
tobtoht
2025-07-17 13:01:24 +02:00
parent fb3b4e44da
commit fcec4187b6

View File

@@ -20,7 +20,7 @@ if(DEV_MODE)
# DEV_MODE checks out the monero submodule to master, which requires C++17.
set(CMAKE_CXX_STANDARD 17)
else()
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
endif()
set(CMAKE_CXX_STANDARD_REQUIRED ON)