diff --git a/CMakeLists.txt b/CMakeLists.txt index ee210b7262..97cbe87839 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ if (POLICY CMP0074) endif () project (rippled) +set (CMAKE_CXX_STANDARD 17) # make GIT_COMMIT_HASH define available to all sources find_package(Git)