Correctly set default C++ standard to c++11

This commit is contained in:
Abit 2018-03-06 20:37:23 +01:00 committed by GitHub
parent 48dbc096aa
commit ebdb5eacea
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)