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

Correctly set default C++ standard to c++11
This commit is contained in:
Abit 2018-03-06 20:39:42 +01:00 committed by GitHub
commit b8e5640238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -272,7 +272,7 @@ endif(WIN32)
# end editline stuff
if( NOT CPP_STANDARD )
set( CPP_STANDARD, "-std=c++11" )
set( CPP_STANDARD "-std=c++11" )
endif()
IF(WIN32)