Merge pull request #32 from bitshares/abitmore-patch-1

Remove -std=c++14 flag from CMakeLists.txt
This commit is contained in:
Abit 2018-03-27 18:51:39 +02:00 committed by GitHub
commit 4441e14807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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