Correctly set default C++ standard to c++11
This commit is contained in:
parent
48dbc096aa
commit
ebdb5eacea
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ endif(WIN32)
|
||||||
# end editline stuff
|
# end editline stuff
|
||||||
|
|
||||||
if( NOT CPP_STANDARD )
|
if( NOT CPP_STANDARD )
|
||||||
set( CPP_STANDARD, "-std=c++11" )
|
set( CPP_STANDARD "-std=c++11" )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
IF(WIN32)
|
IF(WIN32)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue