Merge pull request #32 from bitshares/abitmore-patch-1
Remove -std=c++14 flag from CMakeLists.txt
This commit is contained in:
commit
4441e14807
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@
|
|||
PROJECT( fc )
|
||||
CMAKE_MINIMUM_REQUIRED( VERSION 2.8.12 )
|
||||
|
||||
add_compile_options(-std=c++14)
|
||||
|
||||
MESSAGE(STATUS "Configuring project fc located in: ${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
SET( CMAKE_AUTOMOC OFF )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue