forked from lthn/blockchain
set C++14 as a minimum requirement
This commit is contained in:
parent
6343812006
commit
760ff033cb
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ set(VERSION "1.0")
|
|||
# cmake_policy(SET CMP0020 OLD)
|
||||
# endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "iOS" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
add_definitions(-DMOBILE_WALLET_BUILD)
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "iOS" )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue