From f326f019bf78f051017850d4e1c5766839f41895 Mon Sep 17 00:00:00 2001 From: CJ Cobb Date: Wed, 9 Jun 2021 20:36:44 +0000 Subject: [PATCH] force build with c++17 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)