提交 a210f9cb 编写于 作者: N Nathan Hourt

Use C++14, not 17

Otherwise the build fails on my system
上级 6218ccbd
......@@ -8,7 +8,7 @@ INCLUDE( VersionMacros )
INCLUDE( SetupTargetMacros )
set( BLOCKCHAIN_NAME "Eos" )
set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_CXX_STANDARD 14 )
set( CLI_CLIENT_EXECUTABLE_NAME eos_client )
set( GUI_CLIENT_EXECUTABLE_NAME eos )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册