Enable CPP2011 on linux.
This commit is contained in:
parent
e44f68afa2
commit
ba38819fff
@ -124,9 +124,9 @@ if(UNIX AND USE_XRANDR)
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
if(USE_CPP2011)
|
||||
# if(USE_CPP2011)
|
||||
add_definitions("-std=c++0x")
|
||||
endif()
|
||||
# endif()
|
||||
endif()
|
||||
|
||||
# OpenGL
|
||||
|
Loading…
Reference in New Issue
Block a user