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