force build with c++17

This commit is contained in:
CJ Cobb
2021-06-09 20:36:44 +00:00
committed by manojsdoshi
parent 90326bf756
commit f326f019bf

View File

@@ -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)